
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Erox - Industry, Industrial, Factory and Engineering HTML Template
Version:        1.0.0
Author:         unique-theme
URL:            http://themeforest.net/user/unique-theme
-------------------------------------------------------------------*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  about-section
#0.7  services-section
#0.8  specialization
#0.9  recent-projects
#1.0  testimonials-section
#1.1  recent-blog-section
#1.2  partners-section
#1.3  contact-section

----------------------------------------------------------------
  #home style 2
----------------------------------------------------------------
#2.1  about-section-s2
#2.2  recent-projects-s2

----------------------------------------------------------------
  #home style 3
----------------------------------------------------------------
#3.1  about-section-s3
#3.2  services-section-s2
#3.3  recent-projects-s3
#3.4  testimonials-section-s2

----------------------------------------------------------------
  #about page
----------------------------------------------------------------
#4.1  about-pg-section
#4.2  about-pg-history
#4.3  fun-fact-section

----------------------------------------------------------------
  #contact page
----------------------------------------------------------------
#5.1  contact-pg-section
#5.2  contact-map-section

----------------------------------------------------------------
  #service single page
----------------------------------------------------------------
#6.1  service-single-section

----------------------------------------------------------------
  #project single page
----------------------------------------------------------------
#7.1  project-single-section

----------------------------------------------------------------
  #shop page
----------------------------------------------------------------
#8.1  shop-section

----------------------------------------------------------------
  #shop details page
----------------------------------------------------------------
#9.1  shop-details-section

----------------------------------------------------------------
  #blog page
----------------------------------------------------------------
#10.1 blog-pg-section

----------------------------------------------------------------
  #blog single page
----------------------------------------------------------------
#11.1 blog-single-section

----------------------------------------------------------------
  #404 page
----------------------------------------------------------------
#12.1   error-404-section

----------------------------------------------------------------*/


/*---------------------------
  Fonts
----------------------------*/

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Roboto:300,300i,400,400i,500,500i,700,700i');

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-weight: 300;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    color: #6b6b6b;
    line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    color: #0a172b;
    font-weight: 400;
}

ul {
    padding-left: 0;
    margin: 0;
}
ul li {
  list-style: none;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
p{
  font-style: normal;
  font-weight: 300;
}
a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.owl-carousel .owl-item img {
    width: auto;
}

button:focus {
    outline: none;
}


/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
    position: relative;
    overflow: hidden;
}

.box-style {
    padding: 0 60px;
}

@media (max-width: 1199px) {
    .box-style {
        padding: 0 35px;
    }
}

@media (max-width: 991px) {
    .box-style {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .box-style {
        padding: 0 10px;
    }
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 110px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 90px 0;
    }
}

.mouse-follower {
    background-color: rgba(206, 224, 2, 0.2);
    position: absolute;
    color: white;
    width: 25px;
    height: 25px;
    border: 1px solid #f6c606;
    z-index: 999999;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}

.mr-bt-0 {
    margin-bottom: 0 !important;
}

.mr-bt-30 {
    margin-bottom: 30px !important;
}
.bg-whit {
    background: #ffff !important;
}
/*** contact form error handling ***/

.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.93333rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #loader {
    display: none;
    position: relative;
    top: 10px;
}

.contact-validation-active #loader i {
    font-size: 26px;
    font-size: 1.73333rem;
    color: #f6c606;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}


/** for popup image ***/

.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*** for fancybox video ***/

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}


/*** Section Title ***/

.section-title {
    position: relative;
    margin-bottom: 55px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 45px;
    }
}
.section-title:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    width: 35px;
    height: 5px;
    background-color: #f6c606;
}

.section-title h2 {
  font-size: 40px;
    font-weight: 500;
    margin-bottom: 0.8em;
    line-height: 1.2em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
    }
}

.section-title > span {
  padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    position: relative;
    margin-top: -0.31em;
    display: inline-block;
    z-index: 2;
    color: #006a94;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#006a94), to(#006a94));
    background: linear-gradient(to right, #006a94 0%, #006a94 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

@media (max-width: 991px) {
    .section-title > span {
      padding-left: 20px;
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

@media (max-width: 767px) {
    .section-title > span {
        letter-spacing: 2px;
    }
}


.section-title-s2 {
    position: relative;
    margin-bottom: 55px;
    margin-top: -2px;
    text-align: right;
}

@media (max-width: 767px) {
    .section-title-s2 {
        padding-left: 0;
        margin-bottom: 45px;
    }
}

.section-title-s2 h2 {  
  font-size: 40px;
    font-weight: 500;
    margin-bottom: 0.8em;
    line-height: 1.2em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .section-title-s2 h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .section-title-s2 h2 {
        font-size: 30px;
    }
}

.section-title-s2 > span {
  padding-right: 45px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #777676;
    position: relative;
    text-transform: uppercase;
    position: relative;
    margin-top: -0.31em;
    display: inline-block;
    z-index: 2;
    color: #fb5a33;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #f80503 0%, #ff7d09 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .section-title-s2 > span {
      padding-right: 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-title-s2 > span {
        letter-spacing: 2px;
    }
}

.section-title-s2:before {
    position: absolute;
    right: 0;
    top: 7px;
    content: '';
    width: 35px;
    height: 5px;
    background-color: #f6c606;
}

.section-title-s3 {
    margin-bottom: 40px;
}

.section-title-s3 > span {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    color: #777676;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
}

@media (max-width: 991px) {
    .section-title-s3 > span {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

@media (max-width: 767px) {
    .section-title-s3 > span {
        letter-spacing: 2px;
    }
}

.section-title-s3 h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0.8em;
    line-height: 1.2em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .section-title-s3 h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-title-s3 h2 {
        font-size: 30px;
    }
}

.section-title-s4 {
    text-align: center;
    padding-left: 0;
}

.section-title-s4 .transparent-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title-s4 > span:after {
    display: none;
}

.theme-btn,
.theme-btn-s4 {
    font-family: "Oswald", sans-serif;
    height: 50px;
    line-height: 47px;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
	background-color:#f6c606;
    border: 1px solid #f6c606;
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-btn-s3 {
    font-family: "Oswald", sans-serif;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    border: 2px solid #f6c606;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    background: #f6c606;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .theme-btn,
    .theme-btn-s3,
    .theme-btn-s4 {
        height: 45px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .theme-btn,
    .theme-btn-s3,
    .theme-btn-s4 {
        height: 40px;
        line-height: 35px;
        font-size: 14px;
        font-size: 0.93333rem;
        padding: 0 18px;
    }
}

.theme-btn:hover,
.theme-btn-s3:hover,
.theme-btn-s4:hover {
    background-color: #f6c606;
    color: #fff;
}

.theme-btn-s2 {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    background: transparent;
    font-weight: 500;
    color: #fb5a33;
    letter-spacing: 2px;
    padding-right: 25px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border: navajowhite;
}

@media (max-width: 991px) {
    .theme-btn-s2 {
        font-size: 15px;
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .theme-btn-s2 {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.theme-btn-s2:after {
    content: "\e628";
    font-family: "themify";
    position: absolute;
    right: 0;
}

.theme-btn-s2:hover {
    color: #f6c606;
}

.theme-btn-s4 {
    color: #676767;
    font-weight: 500;
    padding: 0 28px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .theme-btn-s4 {
        padding: 0 20px;
    }
}

.theme-btn-s4 {
    background-color: transparent;
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 0 25px;
}

@media screen and (min-width: 992px) {
    .theme-btn-s4 {
        height: 45px;
        line-height: 42px;
    }
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #f6c606;
    -webkit-box-shadow: 0 0 5px 0 #f6c606;
    -moz-box-shadow: 0 0 5px 0 #f6c606;
    -o-box-shadow: 0 0 5px 0 #f6c606;
    -ms-box-shadow: 0 0 5px 0 #f6c606;
    box-shadow: 0 0 5px 0 #f6c606;
}

.form::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form:-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form:-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}


/******************************
  #page title
******************************/

.page-title {
    background: url("../images/page-title.jpg") center center/cover no-repeat local;
    width: 100%;
    height: 380px;
    position: relative;
}

@media (max-width: 991px) {
    .page-title {
        height: 300px;
    }
}

.page-title:before {
    content: "";
    background: rgba(10, 23, 43, 0.5294117647058824);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-title .container {
    height: 100%;
    display: table;
}

.page-title .container > .row {
    vertical-align: middle;
    display: table-cell;
}

.page-title h2,
.page-title ol {
    color: #fff;
}

.page-title h2 {
    font-size: 50px;
    font-weight: 500;
    margin: 60px 0 30px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 30px;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}

.page-title .breadcrumb li {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    margin-right: 5px;
	text-transform: uppercase;
}
.about-text
{
	margin-top:30px;
}
@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.page-title .breadcrumb li a {
    color: #f6c606;
	text-transform: uppercase;
}

.page-title .breadcrumb li a:hover {
    color: #0a172b;
}

.page-title .breadcrumb > li + li:before {
    font-family: "themify";
    content: "\e628";
    color: #f6c606;
    margin-right: 5px;
}

.preloader {
    background-color: #0a172b;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.preloader .dot1,
.preloader .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #f6c606;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


/*** back to top **/

.back-to-top {
    background-color: #f6c606;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    position: absolute;
    z-index: 999;
    left: calc(50% - 22.5px);
    top: -44px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.back-to-top:hover {
    background-color: #f6c606;
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .back-to-top i {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}


/****************************************
  service single sidebar
****************************************/

.service-sidebar {
    /*** service-list-widget ***/
    /*** download-widget ***/
    /*** contact-widget ***/
}

@media (max-width: 991px) {
    .service-sidebar {
        max-width: 300px;
        margin-top: 80px;
    }
}

.service-sidebar > .widget + .widget {
    margin-top: 60px;
    margin-bottom: 60px;
}

.service-sidebar .service-list-widget ul {
    list-style: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
    border-bottom: 1px solid #e6e6e6;
}

.service-sidebar .service-list-widget a {
    font-weight: 500;
    display: block;
    color: #0a172b;
    padding: 15px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
    background-color: #f6c606;
    color: #fff;
}

.service-sidebar .download-widget ul {
    list-style: none;
}

.service-sidebar .download-widget ul > li + li {
    margin-top: 5px;
}

.service-sidebar .download-widget ul a {
    background-color: #0a172b;
    color: #fff;
    padding: 17px 25px;
    display: block;
}

.service-sidebar .download-widget ul i {
    display: inline-block;
    padding-right: 10px;
    color: #f6c606;
}

.service-sidebar .download-widget ul a:hover {
    color: #f6c606;
}

.service-sidebar .contact-widget {
    background-color: #f6c606;
    padding: 45px 30px;
}

.service-sidebar .contact-widget h4 {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #0a172b;
    margin: 0 0 0.8em;
}

.service-sidebar .contact-widget p {
    color: #0a172b;
    margin: 0 0 1em;
}

.service-sidebar .contact-widget p + a {
    color: #fff;
}

.service-sidebar .contact-widget p + a i {
    font-size: 14px;
}

.service-sidebar .contact-widget p + a:hover {
    color: #0a172b;
}


/****************************************
  shop sidebar
****************************************/

.shop-sidebar {
    /*** search-widget ***/
    /*** categories-widget ***/
    /*** popular-product-widget ***/
    /*** tag-widget ***/
}

@media (max-width: 991px) {
    .shop-sidebar {
        max-width: 300px;
        margin-top: 70px;
    }
}

@media screen and (min-width: 1200px) {
    .shop-sidebar .widget {
        border: 1px solid #eee;
        padding: 40px 20px;
    }
}

@media (max-width: 991px) {
    .shop-sidebar .widget {
        border: 1px solid #eee;
        padding: 40px 20px;
    }
}

.shop-sidebar > .widget + .widget {
    margin-top: 65px;
}

.shop-sidebar .widget > h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 1.5em;
}

@media screen and (min-width: 1200px) {
    .shop-sidebar .widget > h3 {
        position: relative;
        padding-left: 40px;
    }
    .shop-sidebar .widget > h3:before {
        content: "";
        background-color: #f6c606;
        width: 25px;
        height: 2px;
        position: absolute;
        left: 0;
        top: 8px;
    }
}

@media (max-width: 991px) {
    .shop-sidebar .widget > h3 {
        position: relative;
        padding-left: 40px;
    }
    .shop-sidebar .widget > h3:before {
        content: "";
        background-color: #f6c606;
        width: 25px;
        height: 2px;
        position: absolute;
        left: 0;
        top: 8px;
    }
}

.shop-sidebar .widget ul {
    list-style: none;
}

.shop-sidebar .search-widget div {
    position: relative;
}

.shop-sidebar .search-widget button {
    background: transparent;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #f6c606;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shop-sidebar .search-widget input {
    background-color: #f3f3f3;
    height: 50px;
    padding: 6px 40px 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop-sidebar .categories-widget ul li {
    position: relative;
    color: #0a172b;
}

.shop-sidebar .categories-widget ul li span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shop-sidebar .categories-widget ul li a {
    color: #0a172b;
}

.shop-sidebar .categories-widget ul > li + li {
    margin-top: 15px;
}

.shop-sidebar .categories-widget ul li a:hover {
    color: #f6c606;
}

.shop-sidebar .popular-product-widget ul li {
    overflow: hidden;
}

.shop-sidebar .popular-product-widget ul > li + li {
    margin-top: 20px;
}

.shop-sidebar .popular-product-widget .product-image {
    width: 70px;
    float: left;
}

.shop-sidebar .popular-product-widget .product-info {
    width: calc(100% - 70px);
    float: left;
    padding-left: 20px;
}

.shop-sidebar .popular-product-widget .product-info > a {
    color: #0a172b;
    display: block;
    margin-bottom: 4px;
}

.shop-sidebar .popular-product-widget .product-info > a:hover {
    color: #f6c606;
}

.shop-sidebar .popular-product-widget .star-rating {
    margin-bottom: 5px;
}

.shop-sidebar .popular-product-widget .star-rating i {
    font-size: 12px;
    font-size: 0.8rem;
    color: #f6c606;
}

.shop-sidebar .tag-widget .tagcloud a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #0a172b;
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding: 6px 15px;
    border-radius: 32px;
    margin: 0 5px 5px 0;
}

.shop-sidebar .tag-widget .tagcloud a:hover {
    background-color: #f6c606;
    border-color: #f6c606;
    color: #fff;
}


/**** pagination ****/

.pagination-wrapper {
    max-height: 45px;
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 45px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.33333rem;
    border: 1px solid transparent;
    color: #0a172b;
    display: block;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    border-color: #f6c606;
    color: #f6c606;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}


/****************************************
  blog sidebar
****************************************/

.blog-sidebar {
    /*** search-widget ***/
    /*** categories-widget ***/
    /*** popular-product-widget ***/
    /*** tag-widget ***/
}

@media screen and (min-width: 1200px) {
    .blog-sidebar {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .blog-sidebar {
        max-width: 300px;
        margin-top: 70px;
    }
}

.blog-sidebar > .widget + .widget {
    margin-top: 30px;
}

.blog-sidebar .about-widget {
    text-align: center;
}

.blog-sidebar .widget {
    border: 1px solid #eee;
    padding: 40px 30px;
}

@media (max-width: 991px) {
    .blog-sidebar .widget {
        padding: 35px 25px;
    }
}

.blog-sidebar .about-widget .author-pic {
    margin-bottom: 25px;
}

.blog-sidebar .about-widget h2 {
    color: #0a172b;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: .36px;
    margin-top: 0;
}

.blog-sidebar .about-widget p {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0 10px;
}

.blog-sidebar .about-widget img {
    border-radius: 50%;
}

.blog-sidebar .about-widget .social-icons {
    display: inline-block;
    overflow: hidden;
}

.blog-sidebar .about-widget .social-icons li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    margin: 0 4px
}

.blog-sidebar .about-widget .social-icons li a {
    background: #d8d8d8;
    display: block;
    color: #fff;
    border-radius: 50%;
}

.blog-sidebar .about-widget .social-icons li a:hover {
    background: #f6c606;
}

.blog-sidebar .about-widget .social-icons > li + li {
    margin-left: 15px;
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .widget > h3 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 0.65em;
    margin: 0 0 0.8em;
    position: relative;
    text-align: center;
}

.blog-sidebar .widget ul {
    list-style: none;
}

.blog-sidebar .search-widget div {
    position: relative;
}

.blog-sidebar .search-widget button {
    background: transparent;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #f6c606;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .search-widget input {
    background-color: #fbfbfb;
    height: 50px;
    padding: 6px 40px 6px 20px;
    border: 1px solid #f6c606;
    border-radius: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-sidebar .categories-widget ul li {
    position: relative;
    color: #0a172b;
}

.blog-sidebar .categories-widget ul li span {
position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f6c606;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inherit;
    line-height: 30px;
    text-align: center;
}

.blog-sidebar .categories-widget ul li a {
    color: #0a172b;
}

.blog-sidebar .categories-widget ul > li + li {
    margin-top: 15px;
}

.blog-sidebar .categories-widget ul li a:hover {
    color: #f6c606;
}

.blog-sidebar .popular-post-widget ul li {
    overflow: hidden;
}

.blog-sidebar .popular-post-widget ul > li + li {
    margin-top: 20px;
}

.blog-sidebar .instagram-widget ul {
    overflow: hidden;
    list-style: none;
    margin: 0 -5px;
}

.blog-sidebar .instagram-widget ul li {
    width: calc(33.33% - 10px);
    float: left;
    margin: 0 5px 10px;
}

.blog-sidebar .popular-post-widget .post-image {
    width: 70px;
    float: left;
}

.blog-sidebar .popular-post-widget .post-info {
    width: calc(100% - 70px);
    float: left;
    padding-left: 20px;
}

.blog-sidebar .popular-post-widget .post-title {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    .blog-sidebar .popular-post-widget .post-title {
        font-size: 15px;
        font-size: 1rem;
    }
}

.blog-sidebar .popular-post-widget .date {
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b6b6b;
}

.blog-sidebar .popular-post-widget .post-info > a {
    color: #0a172b;
    display: block;
    margin-bottom: 6px;
}

.blog-sidebar .popular-post-widget .post-info > a:hover {
    color: #f6c606;
}

.blog-sidebar .tag-widget .tagcloud a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #0a172b;
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding: 6px 15px;
    border-radius: 0px;
    margin: 0 5px 5px 0;
}

.blog-sidebar .tag-widget .tagcloud a:hover {
    background-color: #f6c606;
    border-color: #f6c606;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .blog-with-left-sidebar .blog-sidebar {
        padding: 0 20px 0 0;
    }
}

.theme-accordion-s1,
.theme-accordion-s2 {
    margin-bottom: 0;
}

.theme-accordion-s1 .panel-default,
.theme-accordion-s2 .panel-default {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-accordion-s1 .panel-heading,
.theme-accordion-s2 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.theme-accordion-s1 .panel + .panel,
.theme-accordion-s2 .panel + .panel {
    margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a,
.theme-accordion-s2 .panel-heading a {
    background-color: #f6c606;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #fff;
    display: block;
    padding: 18px 25px;
    position: relative;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a,
    .theme-accordion-s2 .panel-heading a {
        font-size: 16px;
        font-size: 1.06667rem;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading a,
    .theme-accordion-s2 .panel-heading a {
        padding: 12px 15px;
    }
}

.theme-accordion-s1 .panel-heading a:before,
.theme-accordion-s2 .panel-heading a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a:before,
    .theme-accordion-s2 .panel-heading a:before {
        font-size: 18px;
        font-size: 1.2rem;
        right: 20px;
    }
}

.theme-accordion-s1 .panel-heading a:focus,
.theme-accordion-s2 .panel-heading a:focus {
    text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed,
.theme-accordion-s2 .panel-heading .collapsed {
    background-color: #f1f1f1;
    color: #0a172b;
}

.theme-accordion-s1 .panel-heading .collapsed:before,
.theme-accordion-s2 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    background-color: #fbfbfb;
    font-size: 18px;
    font-size: 1.2rem;
    border: 0;
    padding: 40px 25px 15px;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
    .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
        padding: 20px 25px 10px;
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
    .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
        padding: 15px 15px 8px;
    }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p,
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body p {
    margin-bottom: 1.3em;
}

.theme-accordion-s2 .panel-default {
    border: 0;
    position: relative;
}

.theme-accordion-s2 .panel-heading a {
    background-color: #fff;
    font-family: "Oswald", sans-serif;
    color: #f6c606;
    display: block;
    padding: 12px 25px;
    border: 1px solid #dde2e8;
    position: relative;
}

@media (max-width: 991px) {
    .theme-accordion-s2 .panel-heading a {
        padding: 12px 20px;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading a {
        padding: 12px 15px;
    }
}

.theme-accordion-s2 .panel-heading a .icon {
    background: #f6c606;
    width: 47px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading a .icon {
        display: none;
    }
}

.theme-accordion-s2 .panel-heading a .icon:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-accordion-s2 .panel-heading a:before {
    display: none;
}

.theme-accordion-s2 .panel-heading .collapsed {
    color: #1e2331;
}

.theme-accordion-s2 .panel-heading .collapsed .icon:before {
    content: "\f107";
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding-left: 130px;
    min-height: 135px;
    position: relative;
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
        padding-left: 15px;
        min-height: auto;
    }
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
    position: absolute;
    left: 0;
    top: 30px;
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
        position: static;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/

.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
    /*** cart-search-contact ***/
}

.site-header .navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.site-header .navigation > .container {
    position: relative;
}

.site-header .navigation .navbar-brand {
    height: auto;
}

.site-header #navbar {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.site-header #navbar > ul li a {
    color: #ffffff;
}

.site-header #navbar > ul li a:hover {
    text-decoration: none;
    color: #f6c606;
}

.site-header #navbar > ul li a:focus {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar li {
        position: relative;
    }
    .site-header #navbar > ul > li > a {
        font-size: 16px;
        font-size: 1.06667rem;
    }
    .site-header #navbar > ul .sub-menu {
        background-color: #0a172b;
        width: 250px;
        border-top: 2px solid #f6c606;
        position: absolute;
        left: 0;
        top: 130%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid rgba(86, 86, 85, 0.2);
    }
    .site-header #navbar > ul > li .sub-menu a {
        font-size: 15px;
        font-size: 1rem;
        display: block;
        padding: 12px 20px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.93333rem;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }
    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }
    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar .has-mega-menu {
        position: static;
    }
    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #f6c606;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }
    .site-header #navbar .half-mega-menu {
        width: 585px;
    }
    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: 0.93333rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }
    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }
    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }
    .site-header #navbar > ul .mega-menu .row,
    .site-header #navbar > ul .half-mega-menu .row {
        margin: 0;
    }
    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }
    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }
    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }
    .site-header .container {
        width: 100%;
    }
    .site-header .navbar-header button {
        background-color: #f6c606;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 6px;
        z-index: 20;
    }
    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .site-header .navbar-header button span:last-child {
        margin: 0;
    }
    .site-header #navbar {
        background: #0a172b;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 100;
    }
    .site-header #navbar ul a {
        color: #000;
    }
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #f6c606;
    }
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }
    .site-header #navbar .close-navbar {
        background-color: #f6c606;
        width: 40px;
        height: 40px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }
    .site-header #navbar > ul > li {
        border-bottom: 1px solid rgba(204, 205, 206, 0.32);
    }
    .site-header #navbar > ul > li > a {
        padding: 10px 15px 10px 35px;
    }
    .site-header .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }
    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }
    .site-header .navbar-collapse.collapse.in {
        display: block;
    }
    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }
    .site-header .navbar-header {
        float: none;
    }
    .site-header .navbar-right {
        float: none;
    }
    .site-header .navbar-nav {
        float: none;
    }
    .site-header .navbar-nav > li {
        float: none;
    }
}

.site-header .cart-search-contact {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 991px) {
    .site-header .cart-search-contact {
        right: 95px;
    }
}

.site-header .cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.site-header .cart-search-contact .fi:before {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #fff;
}

.site-header .cart-search-contact > div {
    float: left;
    position: relative;
}

.site-header .cart-search-contact > div + div {
    margin-left: 20px;
}

.site-header .cart-search-contact .header-search-form-wrapper {
    padding-top: 5px;
}

@media (max-width: 450px) {
    .site-header .cart-search-contact .header-search-form-wrapper {
        display: none;
    }
}

.site-header .cart-search-contact .header-search-form {
    position: absolute;
    width: 250px;
    right: -25px;
    top: 63px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

.site-header .cart-search-contact form div {
    position: relative;
}

.site-header .cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-header .cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0a172b;
}

.site-header .cart-search-contact .mini-cart .fi:before {
    font-size: 28px;
    font-size: 1.86667rem;
}

.site-header .cart-search-contact .mini-cart .cart-count {
    background: #f6c606;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    color: #0a172b;
    position: absolute;
    top: 0;
    right: -11px;
    border-radius: 50%;
    font-weight: bold;
}

.site-header .cart-search-contact .mini-cart-content {
    background: #0a172b;
    width: 300px;
    border-top: 2px solid #f6c606;
    z-index: 10;
    position: absolute;
    right: -25px;
    top: 63px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 450px) {
    .site-header .cart-search-contact .mini-cart-content {
        right: auto;
        left: -185px;
    }
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #efefef;
}

.site-header .cart-search-contact .mini-cart-content p {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #cac9c9;
    margin: 0;
    text-transform: uppercase;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-items {
    padding: 15px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #eee;
    float: left;
    margin-right: 15px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image:hover {
    border-color: #fdc900;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 500;
    text-align: left;
    color: #cac9c9;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
    color: #f6c606;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: 0.86667rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: 0.8rem;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-action {
    padding: 20px 15px;
    border-top: 1px solid #efefef;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s4 {
    float: right;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #cac9c9;
    margin-top: 10px;
    display: inline-block;
}

.site-header .cart-search-contact .mini-cart-content-toggle,
.site-header .cart-search-contact .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media (max-width: 991px) {
    .site-header .cart-search-contact .get-quote {
        display: none;
    }
}


/*******************************************
  header style 1
*******************************************/

.header-style-1 {
    width: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    /*** .cart-search-contact ***/
}

@media screen and (min-width: 992px) {
    .header-style-1 {
        /*** hover effect ***/
    }
    .header-style-1 ul {
        list-style: none;
    }
    .header-style-1 .navigation-holder {
        background: #006a94;
        width: 450px;
        height: 100% !important;
        padding: 65px 55px;
        position: fixed;
        right: -520px;
        top: 0;
        z-index: 99999;
    }
    .header-style-1 .navigation-holder > ul {
        float: none;
        height: 100%;
        overflow: none;
    }
    .header-style-1 #navbar > ul {
        width: 100%;
        height: 100%;
    }
    .header-style-1 #navbar > ul > li {
        float: none;
    }
    .header-style-1 #navbar > ul li a {
        text-transform: uppercase;
    }
    .header-style-1 #navbar > ul li a,
    .header-style-1 #navbar > ul > li .sub-menu a {
        font-size: 16px;
        font-size: 1.06667rem;
        color: #fff;
        padding: 15px;
    }
    .header-style-1 #navbar > ul > li .sub-menu a {
        text-transform: none;
        font-weight: 300;
    }
    .header-style-1 #navbar > ul > li .sub-menu a:hover {
        color: #f6c606;
    }
    .header-style-1 #navbar > ul li a {
        padding: 20px 15px;
    }
    .header-style-1 #navbar > ul .sub-menu {
        background-color: transparent;
        width: auto;
        height: 0;
        border-top: 0;
        position: static;
        left: 0;
        top: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        padding-left: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header-style-1 #navbar > ul .sub-menu.open-submenu {
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .header-style-1 #navbar > ul > li .sub-menu li {
        border-bottom: 0;
    }
    .header-style-1 #navbar > ul > li:hover > .sub-menu {
        top: auto;
        visibility: hidden;
        opacity: 0;
    }
    .header-style-1 #navbar > ul .sub-menu > li:hover > .sub-menu {
        left: auto;
        visibility: hidden;
        opacity: 0;
    }
    .header-style-1 .close-navbar-2 {
        background-color: #f6c606;
        width: 40px;
        height: 40px;
        color: #fff;
        border: 0;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }
    .header-style-1 #navbar > ul .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .header-style-1 .close-navbar-2 {
        display: none;
    }
}

.header-style-1 .navigation {
    padding: 0;
}

@media (max-width: 767px) {
    .header-style-1 .navigation {
        padding: 0;
    }
}

.header-style-1 .menu-info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .header-style-1 .menu-info {
        display: none;
    }
}

.header-style-1 .menu-info ul {
    overflow: hidden;
    list-style: none;
}

.header-style-1 .menu-info ul li {
    font-size: 15px;
    padding-bottom: 2px;
    float: left;
    color: #fff;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul li {
        font-size: 14px;
        padding-bottom: 2px;
    }
}

.header-style-1 .menu-info ul > li + li {
    margin-left: 35px;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul > li + li {
        margin-left: 25px;
    }
}

.header-style-1 .menu-info ul .fi {
    position: relative;
    top: 3px;
    display: inline-block;
    padding-right: 3px;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul .fi {
        top: 2px;
    }
}

.header-style-1 .menu-info ul .fi:before {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #f6c606;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul .fi:before {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.header-style-1 .social-links ul {
    float: right;
    overflow: hidden;
    position: relative;
    top: 35px;
    right: 120px
}

@media (max-width: 991px) {
    .header-style-1 .social-links ul {
        display: none;
    }
}

.header-style-1 .social-links ul li {
    float: left;
}

.header-style-1 .social-links ul li + li {
    margin-left: 15px;
}

@media (max-width: 1199px) {
    .header-style-1 .social-links ul li + li {
        margin-left: 12px;
    }
}

.header-style-1 .social-links ul a {
    color: #777;
}

.header-style-1 .social-links ul a:hover {
    color: #f6c606;
}

.header-style-1 .menu-open-btn-holder {
    background-color: #f7ba00;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 15px;
    top: 22px;
}

@media (max-width: 991px) {
    .header-style-1 .menu-open-btn-holder {
        display: none;
    }
}

.header-style-1 .menu-open-btn-holder button {
    background: transparent;
    width: 100%;
    height: 100%;
    border: #FFF solid 2px;
    outline: 0;
}

.header-style-1 .menu-open-btn-holder button span {
    background-color: #fff;
    width: 27px;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 9px;
}

.header-style-1 .menu-open-btn-holder button > span:nth-child(2) {
    top: 22px;
}

.header-style-1 .menu-open-btn-holder button > span:nth-child(3) {
    width: 18px;
    top: 32px;
}

@media (max-width: 991px) {
    .header-style-1 .navbar-header button {
        top: 25px;
    }
}

.header-style-1 .cart-search-contact {
    right: 95px;
}

@media (min-width: 360px) and (max-width: 991px) {
    .header-style-1 .cart-search-contact {
        right: 90px;
    }
}

.header-style-1 .navigation-holder.open-navigation-menu {
    right: 0;
}


/*******************************************
  header style 2
*******************************************/

.header-style-2,
.header-style-3 {
    /*** topbar ***/
    /*** navigation ***/
    /*** search cart ***/
}

.header-style-2 .topbar,
.header-style-3 .topbar {
    padding: 18px 0 13px;
    border-bottom: 1px solid #eee;
}
.header-style-2 .topbar {
    background: #0a172b;
}

@media (max-width: 991px) {
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        text-align: center;
    }
}

.header-style-2 .contact-info ul,
.header-style-3 .contact-info ul {
    overflow: hidden;
    position: relative;
    top: -1px;
}

@media (max-width: 991px) {
    .header-style-2 .contact-info ul,
    .header-style-3 .contact-info ul {
        text-align: center;
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.header-style-2 .contact-info ul li,
.header-style-3 .contact-info ul li {
    font-size: 14px;
    font-size: 0.93333rem;
    float: left;
    color: #cacaca;
    list-style: none;
}

@media (max-width: 991px) {
    .header-style-2 .contact-info ul li,
    .header-style-3 .contact-info ul li {
        float: none;
    }
}

.header-style-2 .contact-info ul li i,
.header-style-3 .contact-info ul li i {
    color: #f6c606;
    display: inline-block;
    padding-right: 3px;
    position: relative;
}

.header-style-2 .contact-info ul > li + li,
.header-style-3 .contact-info ul > li + li {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .header-style-2 .contact-info ul > li + li,
    .header-style-3 .contact-info ul > li + li {
        margin: 8px 0 0;
    }
}

.header-style-2 .contact-info ul > li:last-child i,
.header-style-3 .contact-info ul > li:last-child i {
    top: 2px;
}

.header-style-2 .social-links ul,
.header-style-3 .social-links ul {
    float: right;
    overflow: hidden;
    position: relative;
    top: -1px;
}

@media (max-width: 991px) {
    .header-style-2 .social-links ul,
    .header-style-3 .social-links ul {
        float: none;
        display: inline-block;
        margin-top: 20px;
    }
}

.header-style-2 .social-links ul li,
.header-style-3 .social-links ul li {
    float: left;
    list-style: none;
}

.header-style-2 .social-links ul li + li,
.header-style-3 .social-links ul li + li {
    margin-left: 15px;
}

@media (max-width: 1199px) {
    .header-style-2 .social-links ul li + li,
    .header-style-3 .social-links ul li + li {
        margin-left: 12px;
    }
}

.header-style-2 .social-links ul a {
    color: #fff;
}

.header-style-3 .social-links ul a {
    color: #cac9c9;
}

.header-style-2 .social-links ul a:hover,
.header-style-3 .social-links ul a:hover {
    color: rgb(254, 90, 14);
}
.header-style-2 .navigation {

    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.header-style-2 .navigation ul,
.header-style-3 .navigation ul {
    list-style: none;
}
.header-style-2 #navbar > ul li a {
    color: #0a172b;
}
@media screen and (min-width: 992px) {
    .header-style-2 .navigation .navbar-brand,
    .header-style-3 .navigation .navbar-brand {
        margin-top: 7px;
    }
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        margin-right: 100px;
    }
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        padding: 40px 12px;
    }
    .header-style-2 #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before,
    .header-style-3 #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        content: "\e649";
    }
    .header-style-2 #navbar > ul .sub-menu,
    .header-style-3 #navbar > ul .sub-menu {
        -webkit-box-shadow: 0px 15px 60px -19px black;
        box-shadow: 0px 15px 60px -19px black;
    }
}

@media screen and (min-width: 1200px) {
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        padding: 40px 15px;
    }
}

@media (max-width: 991px) {
    .header-style-2 .navbar-header button,
    .header-style-3 .navbar-header button {
        top: 25px;
    }
}

.header-style-2 .cart-search-contact .mini-cart-content,
.header-style-3 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
    top: 71px;
}

@media (max-width: 991px) {
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .header-search-form,
    .header-style-3 .cart-search-contact .header-search-form {
        top: 64px;
    }
}
.header-style-2 #navbar > ul .sub-menu {
    background: #fff;

}
.header-style-2 .cart-search-contact .fi:before {
    color: #0a172b;
}
/*******************************************
  header style 3
*******************************************/
.header-style-3 .navigation {
        background-color: transparent;
    }
@media screen and (min-width: 992px) {
    .header-style-3 {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }
    .header-style-3 .topbar p,
    .header-style-3 .topbar ul li,
    .header-style-3 #navbar > ul > li > a {
        color: #d8d8d8;
    }
    .header-style-3 .topbar {
        border-color: rgba(255, 255, 255, 0.05);
    }
    .header-style-3 .navigation {
        background-color: transparent;
    }
    .header-style-3 .cart-search-contact .fi:before {
        color: #d8d8d8;
    }
    .header-style-3 #navbar > ul .sub-menu {
        background-color: #0a172b;
    }
    .header-style-3 #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid rgba(86, 86, 85, 0.2);
    }
    .header-style-3 #navbar > ul li a {
        color: #cac9c9;
    }
}

@media (max-width: 991px) {
    .header-style-3 .navigation {
        background-color: #0a172b;
    }
}


/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

.hero {
    position: relative;
    height: 100vh;
    /** slider controls **/
    /*** pagi info ***/
    /*** social-links ***/
    /*** hero slider animation ***/
}

@media (max-width: 767px) {
    .hero {
        min-height: 420px;
    }
}

.hero .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 767px) {
    .hero .slide {
        min-height: 420px;
    }
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .slider-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero .slide .container {
    height: 100%;
    display: table;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .hero .slide .container {
        padding: 0;
    }
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background-color: #f6c606;
    width: 45px;
    height: 45px;
    z-index: 10;
}

.hero .slick-prev {
    left: 0;
}

.hero .slick-prev:before {
    font-family: "themify";
    content: "\e629";
    opacity: 1;
}

.hero .slick-next {
    right: 0;
}

.hero .slick-next:before {
    font-family: "themify";
    content: "\e628";
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .hero .slick-dots {
        width: auto;
        position: absolute;
        left: 40px;
        bottom: auto;
        top: 50%;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .hero .slick-dots {
        left: 25px;
    }
}

@media screen and (min-width: 768px) {
    .hero .slick-dots li {
        height: 28px;
        float: none;
        display: block;
        margin: 0;
    }
    .hero .slick-dots button {
        background-color: transparent;
        width: 10px;
        height: 10px;
        border: 2px solid #f6c606;
        border-radius: 50%;
        padding: 4px;
    }
    .hero .slick-dots li.slick-active button {
        background-color: #fe5a0e;
        border-color: #fe5a0e;
    }
    .hero .slick-dots button:before,
    .hero .slick-dots button:before {
        display: none;
    }
    .hero .slick-dots li:before {
        content: "";
        width: 20px;
        height: 1px;
        background: #777;
        position: absolute;
        left: 20px;
        top: 5px;
    }
    .hero .slick-dots li .slick-active li:before {
        background: red;
    }
}

@media (max-width: 767px) {
    .hero .slick-dots {
        bottom: 30px;
    }
    .hero .slick-dots li {
        margin: 0;
    }
    .hero .slick-dots button {
        background-color: transparent;
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .hero .slick-dots li.slick-active button {
        background-color: #f6c606;
        border-color: #f6c606;
    }
    .hero .slick-dots button:before,
    .hero .slick-dots button:before {
        display: none;
    }
}

.hero .pagi-info {
    font-family: "Oswald", sans-serif;
    width: 100%;
    font-size: 24px;
    color: #f6c606;
    text-align: left;
    position: absolute;
    bottom: 50px;
    left: 30px;
    overflow: hidden;
    z-index: 99;
}

@media (max-width: 991px) {
    .hero .pagi-info {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px) {
    .hero .pagi-info {
        display: none;
    }
}

.hero .slide-caption > div {
    overflow: hidden;


}

.hero .slide-caption > div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slider-image {
    -webkit-animation: kenburn 25s 2s alternate infinite;
    -animation: kenburn 25s 2s alternate infinite;
}


/*************************************
  hero-style-1
***************************************/

.hero-style-1,
.hero-style-2,
.hero-style-3 {
    height: calc(100vh - 110px);
    min-height: 700px;
    position: relative;
}



@media (max-width: 991px) {
    .hero-style-1,
    .hero-style-2,
    .hero-style-3 {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-1,
    .hero-style-2,
    .hero-style-3 {
        height: calc(100vh - 86px);
        min-height: 480px;
    }
}

.hero-style-1 .slide,
.hero-style-2 .slide,
.hero-style-3 .slide {
    height: calc(100vh - 110px);
    min-height: 700px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-1 .slide,
    .hero-style-2 .slide,
    .hero-style-3 .slide {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide,
    .hero-style-2 .slide,
    .hero-style-3 .slide {
        height: calc(100vh - 86px);
        min-height: 480px;
    }
}



.hero-style-1 .slide-subtitle h4,
.hero-style-3 .slide-subtitle h4 {
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    position: relative;
    background: #006a94;
    padding: 10px;
    display: inline-block;
}

.hero-style-2 .slide-subtitle h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    position: relative;
    background: rgb(254, 90, 14);
    padding: 10px;
    display: inline-block;
    text-align: center;
}

@media (max-width: 991px) {
    .hero-style-1 .slide-subtitle h4,
    .hero-style-2 .slide-subtitle h4,
    .hero-style-3 .slide-subtitle h4 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-subtitle h4,
    .hero-style-2 .slide-subtitle h4,
    .hero-style-3 .slide-subtitle h4 {
        font-size: 14px;
        letter-spacing: 4px;
    }
}

.hero-style-1 .slide-title h2,
.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #79b47c;
    margin: 0.6em 0 0.78em;
    font-family: "Roboto", sans-serif;
	background-color:#FFF;
	padding:10px;
}

@media (max-width: 1199px) {
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 20px;
    }
}


/*************************************
  hero-style-2
***************************************/

.hero-style-2,
.hero-style-3 {
    text-align: center;
    height: calc(100vh - 155px);
    min-height: 700px;
}

@media (max-width: 991px) {
    .hero-style-2,
    .hero-style-3 {
        height: calc(100vh - 176px);
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-2,
    .hero-style-3 {
        height: 100vh;
        min-height: 480px;
    }
}

.hero-style-2 .slide,
.hero-style-3 .slide {
    height: calc(100vh - 155px);
    min-height: 700px;
}

@media (max-width: 991px) {
    .hero-style-2 .slide,
    .hero-style-3 .slide {
        height: calc(100vh - 176px);
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 .slide,
    .hero-style-3 .slide {
        height: 100vh;
        min-height: 480px;
    }
}


/*************************************
  hero-style-2
***************************************/

.hero-style-3 {
    text-align: center;
    height: 100vh;
    min-height: 700px;
}

@media (max-width: 991px) {
    .hero-style-3 {
        height: calc(100vh - 176px);
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 {
        height: 100vh;
        min-height: 480px;
    }
}

.hero-style-3 .slide {
    height: 100vh;
    min-height: 700px;
}

@media (max-width: 991px) {
    .hero-style-3 .slide {
        height: calc(100vh - 176px);
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .slide {
        height: 100vh;
        min-height: 480px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style-3 .slide-caption {
        margin-top: 80px;
    }
}

@-webkit-keyframes kenburn {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}

@keyframes kenburn {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}


/*--------------------------------------------------------------
#2.1  about-section
--------------------------------------------------------------*/

.about-section {
    position: relative;
}

.about-section .about-list-wrapper div > ul {
    float: left;
    list-style: none;
}

.about-section .about-list-wrapper div > ul:last-child {
    padding-left: 15px;
    margin-bottom: 45px;
}

.about-section .about-list-wrapper ul > li + li {
    margin-top: 15px;
}

.about-section .about-list-wrapper ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.7em;
}

.about-section .about-list-wrapper ul li i {
    position: absolute;
    left: -15px;
    top: 0;
    color: #fb5a33;
    font-weight: bolder;
}

.about-section .about-list-wrapper ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #06163a;
}

.about-section .about-list-wrapper ul li a:hover {
    color: #f6c606;
}

.about-section .about-list-wrapper p {
    margin: 2em 0 0;
    font-style: italic;
}

.about-section .video-holder {
    position: relative;
    margin-left: 16px;
    text-align: right;
}

@media (max-width: 1199px) {
    .about-section .video-holder {
        max-width: 500px;
        margin: 70px 0 0;
    }
}

.about-section .img-holder-2 {
    position: absolute;
    bottom: -50px;
    left: -20%;
    z-index: 9;
}

.about-section .img-holder-2 img {
    border-radius: 5px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .about-section .img-holder-2 img {
    display: none;
}
}
.about-section .img-holder-2:before {
    content: "";
    background: #f6c606;
    width: 185px;
    height: 189px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
}

.about-section .video-holder .fi:before {
    font-size: 80px;
    font-size: 5.33333rem;
    color: #f6c606;
}

.about-section .video-holder a {
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-section .social-links {
    width: auto;
    position: absolute;
    left: -4%;
    bottom: auto;
    top: calc(80% + 100px);
    z-index: 12;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


}
@media (max-width: 1300px) {
    .about-section .social-links {
        right: 25px;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
  .about-section .social-links {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: auto;
    top: calc(21% + 100px);
    z-index: 12;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


}
.about-section .social-links:before {
    content: "";
    width: 3px;
    height: 59px;
    background: rgb(254, 188, 52);
    position: absolute;
    left: 11px;
    top: -118px;
}
.about-section .social-links:after {
    content: "WATCH VIDEO";
    position: absolute;
    left: -67px;
    top: -225px;
    letter-spacing: 5px;
    color: #f7ba00;
    background: -webkit-gradient(linear, left top, right top, from(#f7ba00), to(#f7ba00));
    background: linear-gradient(to right, #f7ba00 0%, #f7ba00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 320px) and (max-width: 991px) {
  .about-section .social-links:after,
  .about-section .social-links:before {
    display: none;
  }
}
.about-section .social-links ul {
    list-style: none;
}
.about-section .social-links ul > li + li {
    margin-top: 10px;
}
.about-section .social-links li a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
}
.about-section .social-links li a:hover {
    color: #f6c606;
}
.video-holder {
    height: auto;
    width: 100%;
    text-align: center;
    position: relative;
}
.video-holder a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(233, 177, 40, 0.4);
    border-radius: 50%;
    position: absolute;
    right: 39%;
    top: 0%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-holder i {
    font-size: 33px;
    color: #fff;
    line-height: 60px;
    position: absolute;
    left: 16px;
}
.waves-block {
    position: relative;
    width: 120px;
    height: 120px;
    right: -11%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.waves-block .waves {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: rgba(233, 177, 40, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*--------------------------------------------------------------
#0.6  features-grids
--------------------------------------------------------------*/
.features-section {
    margin-top: -70px;
    padding-bottom: 100px;
    position: relative;
    z-index: 5;
}
@media (max-width: 991px) {
    .features-section {
        margin: 0;
        padding: 90px 0;
    }
}
.features-section .features-grids {
    overflow: hidden;
    padding-left: 1px;
}
@media (max-width: 991px) {
    .features-section .features-grids {
        padding-left: 0;
        border-top: 3px solid #f6c606;
    }
}
.features-section .features-grids .grid {
    background-color: #fff;
    width: 25%;
    float: left;
    padding: 36px 45px 40px;
    border: 1px solid #ececec;
    margin-left: -1px;
    border-top: 3px solid #f6c606;
    border-bottom: 3px solid #f6c606;
}
@media (max-width: 1199px) {
    .features-section .features-grids .grid {
        padding: 36px 35px 40px;
    }
}
@media (max-width: 991px) {
    .features-section .features-grids .grid {
        width: 100%;
        float: none;
        border-top: 1px solid #ececec;
        margin-left: 0;
        margin-top: -1px;
        padding: 26px 30px 30px;
    }
}
.features-section .icon {
    margin-bottom: 15px;
}
.features-section .icon .fi:before {
    font-size: 50px;
    color: #f6c606;
}
@media (max-width: 1199px) {
    .features-section .icon .fi:before {
        font-size: 45px;
        font-size: 3rem;
    }
}
.features-section .grid h3 {
    font-size: 22px;
    color: #fb5a33;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    margin: 0 0 0.95em;
}
@media (max-width: 1199px) {
    .features-section .grid h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .features-section .grid h3 {
        font-size: 18px;
    }
}
.features-section .grid p {
    margin: 0;
}

/*--------------------------------------------------------------
#0.6    features-grids-s2
--------------------------------------------------------------*/
.features-section-s2 {
  margin-top: -70px;
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .features-section-s2 {
    margin: 0;
    padding: 90px 0;
  }
}

.features-section-s2 .features-grids {
  overflow: hidden;
  padding-left: 1px;
}

@media (max-width: 991px) {
  .features-section-s2 .features-grids {
    padding-left: 0;
    border-top: 3px solid #ffbd34;
  }
}

.features-section-s2 .features-grids .grid {
  background-color: #fff;
  width: 33.33%;
  float: left;
  padding: 36px 45px 40px;
  border: 1px solid #ececec;
  margin-left: -1px;
  border-top: 3px solid #ffbd34;
  position: relative;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;

}

.features-section-s2 .features-grids .grid:hover {
    background-color: url(../images/projects/img-3.jpg) center center/cover no-repeat local;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.features-section-s2 .features-grids .grid:before {
    content: "";
    background: #f6c606;
    width: 240px;
    height: 5px;
    position: absolute;
    right: 67px;
    bottom: 0;
    z-index: 16;
    opacity: 0;
}
.features-section-s2 .features-grids .grid:hover:before {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1199px) {
  .features-section-s2 .features-grids .grid {
    padding: 36px 35px 40px;
  }
}

@media (max-width: 991px) {
  .features-section-s2 .features-grids .grid {
    width: 100%;
    float: none;
    border-top: 1px solid #ececec;
    margin-left: 0;
    margin-top: -1px;
    padding: 26px 30px 30px;
  }
}
.features-section-s2 .icon {
  margin-bottom: 15px;
}

.features-section-s2 .icon .fi:before {
  font-size: 50px;
  font-size: 3.33333rem;
  color: #ffbd34;
}

@media (max-width: 1199px) {
  .features-section-s2 .icon .fi:before {
    font-size: 45px;
    font-size: 3rem;
  }
}

.features-section-s2 .grid h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  margin: 0 0 0.95em;
}

@media (max-width: 1199px) {
  .features-section-s2 .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .features-section-s2 .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.features-section-s2 .grid p {
  margin: 0;
}

/*--------------------------------------------------------------
Services Section
--------------------------------------------------------------*/
.services-section {
    background-color: #fbfbfb;
    padding: 100px 0 105px;
    position: relative;
}
.services-section .shape {
    background: url(../images/add/right.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 38px;
    height: 154px;
    right: 0;
    top: -77px;
}
.services-section .shape-1 {
    background: url(../images/add/right-1.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 38px;
    height: 154px;
    left: 0;
    top: -77px;
}
.services-item {
    overflow: hidden;
}
.services-item .thumb {
    margin-bottom: 16px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.services-item .hover-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    text-align: center;
    opacity: 0;
    padding: 24px 30px 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}
.services-item:hover .hover-text {
    bottom: -25%;
    opacity: 1;
}
.services-item .hover-text:after {
    position: absolute;
    content: "";
    background-color: #f6c606;
    width: 3px;
    height: 22px;
    box-shadow: 0px 6px 10px 0px rgba(6, 22, 58, 0.16);
    left: 19px;
    top: -14px;
}
.services-item .hover-text:before {
    position: absolute;
    content: "";
    background-color: #f6c606;
    width: 3px;
    height: 22px;
    box-shadow: 0px 6px 10px 0px rgba(6, 22, 58, 0.16);
    right: 19px;
    top: -14px;
}
.services-item .hover-text h4 {
    color: #0a172b;
    font-weight: 600;
    font-size: 21px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}
.services-item .hover-text i {
    color: #f6c606;
    font-size: 58px;
    margin-bottom: 8px;
    display: inline-block;
}
.services-item .hover-text p {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #727780;
    letter-spacing: 0.3px;
}
.services-item .hover-text a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fe5a0e;
    letter-spacing: 0.6px;
    text-decoration: underline;
    text-decoration-color: #febd8c;
}
.services-item .hover-text a:hover {
    color: #febd8c;
}
.services-item .content {
    background-color: #f6c606;
    text-align: center;
    padding: 26px 0 26px;
    position: relative;
    opacity: 1;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.services-item:hover .content {
    opacity: 0;
    bottom: -40px;
}
.services-item .content:after {
    position: absolute;
    content: "";
    background-color: #f6c606;
    width: 3px;
    height: 22px;
    box-shadow: 0px 6px 10px 0px rgba(6, 22, 58, 0.16);
    left: 19px;
    top: -22px;
}
.services-item .content:before {
    position: absolute;
    content: "";
    background-color: #f6c606;
    width: 3px;
    height: 22px;
    box-shadow: 0px 6px 10px 0px rgba(6, 22, 58, 0.16);
    right: 19px;
    top: -22px;
}
.services-item .content h4 {
    color: #2f2f2f;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

/*--------------------------------------------------------------
#4.3  fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
    padding: 0px 0 35px;
    position: relative;
}
@media (max-width: 991px) {
    .fun-fact-section {
        padding: 0;
    }
}
.fun-fact-section .funfact-grids {
    overflow: hidden;
}
.fun-fact-section .funfact-grids .grid {
    width: 25%;
    float: left;
    position: relative;
    padding-left: 0px;
}
@media (max-width: 1199px) {
    .fun-fact-section .funfact-grids .grid {
        padding-left: 60px;
    }
}
@media (max-width: 991px) {
    .fun-fact-section .funfact-grids .grid {
        width: 50%;
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .fun-fact-section .funfact-grids .grid {
        padding-left: 50px;
    }
}
@media (max-width: 500px) {
    .fun-fact-section .funfact-grids .grid {
        width: 100%;
        float: none;
    }
}
.fun-fact-section .odometer-inside {
    font-family: "Oswald", sans-serif;
}
.fun-fact-section .icon {
    position: absolute;
    left: 0;
    top: 5px;
}
.fun-fact-section .fi:before {
    font-size: 50px;
    font-size: 50px;
    color: #f6c606;
}
@media (max-width: 1199px) {
    .fun-fact-section .fi:before {
        font-size: 40px;
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .fun-fact-section .fi:before {
        font-size: 35px;
        font-size: 35px;
    }
}
.fun-fact-section h3 {
    font-size: 50px;
    font-size: 50px;
    font-weight: 600;
    color: #fe5a0e;
    margin: 0;
    line-height: 0.9em;
    font-family: 'Oswald', sans-serif;
}
@media (max-width: 1199px) {
    .fun-fact-section h3 {
        font-size: 40px;
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .fun-fact-section h3 {
        font-size: 35px;
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .fun-fact-section h3 {
        font-size: 40px;
        font-size: 40px;
    }
}
.fun-fact-section p {
    font-size: 18px;
    font-size: 0.8rem;
    color: #6b6b6b;
    margin: 0;
	font-weight:bold;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .fun-fact-section p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}
@media (max-width: 767px) {
    .fun-fact-section p {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}
.specialization-s2 {
    background-color: #f9f9f9;
}

/*--------------------------------------------------------------
#1.2  team-section
--------------------------------------------------------------*/
.team-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .team-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 550px) {
  .team-section {
    padding-bottom: 35px;
  }
}

.team-section .team-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .team-section .team-grids {
    margin: 0 -7.5px;
  }
}

.team-section .team-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
}

@media (max-width: 991px) {
  .team-section .team-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .team-section .team-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}

@media (max-width: 550px) {
  .team-section .team-grids .grid {
    width: calc(100% - 15px);
    float: none;
    margin: 0 7.5px 45px;
  }
}
.team-section .team-grids .grid .social-links {
    width: 100%;
    position: absolute;
    left: 50.1%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.team-section .team-grids .grid .social-links ul {
    margin-right: 0px;
    float: none;
}
.team-section .team-grids .grid .social-links ul li {
    margin-right: 0px;
    float: none;
    text-align: center;
}
.team-section .team-grids .grid .social-links li:last-child {
    margin-right: 0;
}
.team-section .team-grids .grid .social-links a {
    background-color: #f6c606;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
}
.team-section .team-grids .grid .social-links a:hover {
    background-color: #0a172b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.team-section .team-grids .grid:hover .social-links {
    opacity: 1;
    visibility: visible;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.team-section .grid .info {
  background-color: #fff;
  width: calc(100% - 70px);
  text-align: center;
  padding: 25px;
  margin: -25px auto 0;
  -webkit-box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .team-section .grid .info {
    width: calc(100% - 40px);
    padding: 20px;
    margin: -20px auto 0;
  }
}

.team-section .grid:hover .info {
  background: #f6c606;
}

.team-section .grid:hover .info a,
.team-section .grid:hover .info span {
  color: #fff;
}

.team-section .info h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.4em;
}

@media (max-width: 767px) {
  .team-section .info h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.team-section .info h3 a {
  color: #274054;
}

.team-section .info h3 a:hover {
  color: #f6c606;
}

.team-section .info h3 + span {
  color: #fe5a0e;
  font-style: normal;
  font-weight: 300;
}
/*--------------------------------------------------------------
#0.9  recent-projects
--------------------------------------------------------------*/
.recent-projects {
    background-color: #FFF;
}
@media (max-width: 991px) {
    .recent-projects {
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .recent-projects {
        padding-bottom: 70px;
    }
}
.recent-projects .projects-grids .grid {
    position: relative;
    overflow: hidden;
}
.recent-projects .grid .hover-content {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.recent-projects .grid .hover-content:before {
    content: "";
    background: #f6c606;
    width: 2px;
    height: 70%;
    position: absolute;
    left: 40px;
    top: -100%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}
.recent-projects .grid:hover .hover-content {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(0.98, 0.98);
    -ms-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98);
}
.recent-projects .grid:hover .hover-content:before {
    top: 0;
}
.recent-projects .grid .details {
    padding: 35px 45px;
    left: 0;
    bottom: 0;
    background: #fff;
        border:1px solid #d2d0d0;
}
.recent-projects .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.44em;
    text-transform: uppercase;
}
.recent-projects .grid .details h3 a {
    color: #6b6b6b;
}
.recent-projects .grid .details h3 a:hover {
    color: #f6c606;
}
.recent-projects .grid .details p {
    font-size: 14px;
    font-weight: 300;
    color: #6b6b6b;
    margin: 0;
}

/*--------------------------------------------------------------
#0.9  recent-projects-s2
--------------------------------------------------------------*/
.recent-projects-s2 {
    background-color: #0a172b;
    padding: 60px 0 20px;
}
@media (max-width: 991px) {
    .recent-projects-s2 {
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .recent-projects-s2 {
        padding-bottom: 70px;
    }
}
.recent-projects-s2 .projects-grids .grid {
    position: relative;
    overflow: hidden;
}
.recent-projects-s2 .projects-grids .grid img {
  border: 1px solid rgba(158, 158, 158, 0.8313725490196079);
}
.recent-projects-s2 .grid .hover-content {
    background: rgba(249, 191, 38, 0.59);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.recent-projects-s2 .grid:hover .hover-content {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.recent-projects-s2 .grid .details {
    width: 100%;
    padding: 20px 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0a172b;
}
.recent-projects-s2 .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.44em;
    text-transform: uppercase;
}
.recent-projects-s2 .grid .details h3 a {
    color: #dddddd;
}
.recent-projects-s2 .grid .details h3 a:hover {
    color: #f6c606;
}
.recent-projects-s2 .grid .details p {
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #f6c606;
    margin: 0;
    text-transform: uppercase;
}
.recent-projects-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background-color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    color: #323434;
    -webkit-box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
    .recent-projects-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
        position: absolute;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .recent-projects-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
    }
}
.recent-projects-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #f6c606;
    color: #fff;
}
.recent-projects-s2 .owl-theme .owl-controls {
    margin-top: 20px;
}
.recent-projects-s2 .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
}
.recent-projects-s2 .owl-theme .owl-dots .owl-dot.active span {
    background-color: #f6c606;
}

/*--------------------------------------------------------------
#1.1  testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
    background: url("../images/add/testimonial-bg.jpg") center center/cover no-repeat local;
    padding-bottom: 100px;
    position: relative;
}
.testimonials-section:before {
    content: "";
    position: absolute;
    background: rgba(57, 68, 77, 0.64);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {
    .testimonials-section {
        padding-bottom: 55px;
    }
}
@media (max-width: 767px) {
    .testimonials-section {
        padding-bottom: 35px;
    }
}

.testimonials-section .testimonial-slider .grid {
    float: left;
}
.testimonials-section .testimonial-slider .details {
    position: relative;
}
@media (max-width: 991px) {
    .testimonials-section .testimonial-slider .details {
        background-image: none;
        padding-left: 90px;
        margin-top: 20px;
    }
}
.testimonials-section .testimonial-slider .client-pic {
    position: absolute;
    left: 85px;
    top: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
    .testimonials-section .testimonial-slider .client-pic {
        left: 0;
        top: -20px;
    }
}
.testimonials-section .testimonial-slider .client-pic img {
    position: relative;
    border-radius: 50%;
}
.testimonials-section .testimonial-slider .client-pic:before {
    content: "";
    background: url(../images/add/quote.png) left top/auto no-repeat local;
    position: absolute;
    border: 1px solid transparent;
    right: -4px;
    top: 61px;
    z-index: 999;
    height: 35px;
    width: 35px;
}
.testimonials-section .testimonial-slider .quote {
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    padding-top: 50px;
}
@media (max-width: 991px) {
    .testimonials-section .testimonial-slider .quote {
        padding: 40px 35px;
    }
}
.testimonials-section .testimonial-slider .quote h4 {
    font-size: 20px;
    color: #0a172b;
    margin: 0.8em 0 0.3em;
}
.testimonials-section .testimonial-slider .quote span {
    font-size: 14px;
    color: #f6c606;
    margin: 10px 0;
}
.testimonials-section .testimonial-slider .quote p {
    font-size: 16px;
    margin-top: 15px;
}
@media (max-width: 991px) {
    .testimonials-section .testimonial-slider .quote p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/*--------------------------------------------------------------
#2.3  feature-projects
--------------------------------------------------------------*/
.feature-projects .projects-grids {
    margin: 0 -15px;
}
.feature-projects .projects-grids .grid {
    width: calc(33.33% - 0px);
    float: left;
}
@media (max-width: 991px) {
    .feature-projects .projects-grids .grid {
        width: calc(50% - 30px);
    }
}
@media (max-width: 600px) {
    .feature-projects .projects-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
}
.feature-projects .projects-grids .grid .project-pic {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.feature-projects .projects-grids .grid .project-pic h1 {
    position: absolute;
    font-weight: 700;
    bottom: -0px;
    right: 5px;
    color: #fff;
    font-size: 42px;
    height: 23%;
    width: 15%;
    text-align: center;
    background-color: #0a172b;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.feature-projects .projects-grids .grid:hover .project-pic h1 {
    right: 0;
    background-color: #f7cc1e;
    width: 12%;
    height: 100%;
    text-align: center;
    bottom: -10px;
    right: 0;
    font-size: 30px;
    padding-top: 22px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.feature-projects .details {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1199px) {
    .feature-projects .details {
        padding: 25px;
    }
}
@media (max-width: 767px) {
    .feature-projects .details {
        padding: 25px 20px;
    }
}
.feature-projects .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 400;
    margin: 0 0 0.6em;
    position: relative;
}
@media (max-width: 767px) {
    .feature-projects .details h3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}
.feature-projects .details h3 a {
    color: #06163a;
}
.feature-projects .details h3 a:hover {
    color: #f6c606;
}
.feature-projects .details > span {
    color: #fe5a0e;
    font-style: normal;
  font-weight: 300;
}
.feature-projects .view-all {
    line-height: 0.5em;
    text-align: center;
    padding-top: 70px;
}
.feature-projects .view-all a {
    font-weight: 500;
    color: #f6c606;
    text-transform: uppercase;
}
.feature-projects .view-all a i {
    display: inline-block;
    padding: 0 0 0 3px;
    position: relative;
    top: 2px;
}
.feature-projects .view-all a:hover {
    color: #ffac01;
}

/*--------------------------------------------------------------
#2.2  cta-s2-section
--------------------------------------------------------------*/
.cta-s2-section {
    background: url("../images/add/cta-bg.jpg") center center/cover no-repeat fixed;
    padding: 100px 0;
    text-align: center;
    position: relative;
}
@media (max-width: 991px) {
    .cta-s2-section {
        padding: 90px 0;
    }
}
@media (max-width: 767px) {
    .cta-s2-section {
        padding: 80px 0;
    }
}
.cta-s2-section:before {
    content: "";
    background-color: rgba(57, 68, 77, 0.64);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.cta-s2-section h3 {
    font-size: 40px;
    font-size: 2.66667rem;
    font-weight: 500;
    margin-bottom: 0.8em;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .cta-s2-section h3 {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}
@media (max-width: 767px) {
    .cta-s2-section h3 {
        font-size: 30px;
        font-size: 2rem;
    }
}
.cta-s2-section .contact-info {
    width: 500px;
    margin: 40px auto 0;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}
@media (max-width: 767px) {
    .cta-s2-section .contact-info {
        width: auto;
        padding: 0;
        margin: 20px auto 0;
    }
}
.cta-s2-section .contact-info:before {
    content: "";
    background-color: rgba(246, 198, 6, 0.2);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}
@media (max-width: 767px) {
    .cta-s2-section .contact-info:before {
        display: none;
    }
}
.cta-s2-section .contact-info h4 {
    font-size: 30px;
    font-size: 2rem;
    font-weight: 500;
    margin: 0.25em 0 0;
    color: #f6c606;
    float: left;
}
@media (max-width: 991px) {
    .cta-s2-section .contact-info h4 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}
@media (max-width: 767px) {
    .cta-s2-section .contact-info h4 {
        float: none;
        margin: 0.25em 0 1em;
    }
}
.cta-s2-section .contact-info a {
    float: right;
}
@media (max-width: 767px) {
    .cta-s2-section .contact-info a {
        float: none;
    }
}

/*--------------------------------------------------------------
#1.1  recent-blog-section
--------------------------------------------------------------*/
.recent-blog-section {
    position: relative;
    background: #fbfbfb;
}
@media (max-width: 991px) {
    .recent-blog-section {
        padding-bottom: 0px;
    }
}
.recent-blog-section .blog-grids {
    margin: 0 -1px;
}
.recent-blog-section .col .img-holder {
    width: 95%;
    margin-left: 9px;
    background: #fff;
    padding: 29px;
}
@media (min-width: 320px) and (max-width: 991px){
    .recent-blog-section .col .img-holder {
        width: 100%;
        margin-left: 0px;
    }
}
.recent-blog-section .col .img-holder h3 {
    margin: 0;
    font-size: 20px;
}
.recent-blog-section .col .details {
    background-color: #fff;
    padding: 30px 35px;
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
@media (max-width: 1199px) {
    .recent-blog-section .col .details {
        padding: 30px 25px;
    }
}
@media (max-width: 767px) {
    .recent-blog-section .col .details {
        padding: 25px 20px;
    }
}
.recent-blog-section .col .details h3 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: normal;
    margin: 1em 0 0;
    padding-bottom: 15px;
}
@media (max-width: 991px) {
    .recent-blog-section .col .details h3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}
.recent-blog-section .col .details h3 a {
    color: #f6c606;
}
.recent-blog-section .col .details h3 a:hover {
    color: #0a172b;
}
.recent-blog-section .entry-meta {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.recent-blog-section .entry-meta li {
    float: left;
}
.recent-blog-section .entry-meta > li + li {
    float: right;
}
.recent-blog-section .entry-meta li a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #6b6b6b;
    font-style: normal;
  font-weight: 300;
}
@media (max-width: 1199px) {
    .recent-blog-section .entry-meta li a {
        font-size: 13px;
        font-size: 0.86667rem;
    }
}
.recent-blog-section .entry-meta i {
    display: inline-block;
    padding-right: 3px;
}
.recent-blog-section .entry-meta li a:hover {
    color: #f6c606;
}

/*--------------------------------------------------------------
#1.6  social-newsletter-section
--------------------------------------------------------------*/
.newsletter-section {
    background-color: #0a172b;
    /*** newsletter ***/
}
.newsletter-section .container {
    position: relative;
    padding: 40px 0;
}
@media (max-width: 767px) {
    .newsletter-section .container {
        padding: 60px 0;
    }
}
.newsletter-section .container:before {
    content: "";
    background: rgba(255, 255, 255, 0.05);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.newsletter-section .newsletter {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 991px) {
    .newsletter-section .newsletter {
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    .newsletter-section .newsletter {
        max-width: 300px;
    }
}
.newsletter-section .newsletter form {
    position: relative;
}
.newsletter-section .newsletter input {
    background-color: #0a172b;
    height: 60px;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
    padding: 6px 80px 6px 30px;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #6b6b6b;
    font-style: normal;
  font-weight: 400;
}
@media (max-width: 991px) {
    .newsletter-section .newsletter input {
        height: 55px;
    }
}
@media (max-width: 767px) {
    .newsletter-section .newsletter input {
        height: 50px;
        font-size: 14px;
        font-size: 0.93333rem;
        padding: 6px 60px 6px 20px;
    }
}
.newsletter-section .newsletter button {
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newsletter-section .newsletter button i {
    color: #f6c606;
    font-size: 25px;
    font-size: 1.66667rem;
}
@media (max-width: 767px) {
    .newsletter-section .newsletter button i {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

/*--------------------------------------------------------------
#3.3  recent-projects-s3
--------------------------------------------------------------*/
.recent-projects-s3 {}
.recent-projects-s3 .projects-menu {
    text-align: center;
    margin: 15px 0 40px;
}
@media (max-width: 991px) {
    .recent-projects-s3 .projects-menu {
        margin: 15px 0 30px;
    }
}
.recent-projects-s3 .projects-menu ul {
    font-family: "Oswald", sans-serif;
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
.recent-projects-s3 .projects-menu li {
    float: left;
}
@media (max-width: 767px) {
    .recent-projects-s3 .projects-menu li {
        float: none;
    }
}
@media (max-width: 767px) {
    .recent-projects-s3 .projects-menu ul > li + li {
        margin-top: 8px;
    }
}
.recent-projects-s3 .projects-menu li a {
    font-size: 16px;
    font-size: 1.06667rem;
    text-transform: uppercase;
    color: #0a172b;
    padding: 10px 20px;
    border-radius: 45px;
    display: inline-block;
}
@media (max-width: 991px) {
    .recent-projects-s3 .projects-menu li a {
        font-size: 14px;
        font-size: 0.93333rem;
        padding: 8px 16px;
    }
}
.recent-projects-s3 .projects-menu li a.current {
    border: 1px solid #f6c606;
    color: #0a172b;
}
.recent-projects-s3 .projects-grids .grid {
    width: 33.33%;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .recent-projects-s3 .projects-grids .grid {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .recent-projects-s3 .projects-grids .grid {
        width: 100%;
    }
}
.recent-projects-s3 .grid .hover-content {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.recent-projects-s3 .grid:hover .hover-content {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.recent-projects-s3 .grid:hover .hover-content:before {
    top: 0;
}
.recent-projects-s3 .grid .details {
    width: 100%;
    padding: 0 35px 45px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.recent-projects-s3 .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.44em;
    text-transform: uppercase;
}
.recent-projects-s3 .grid .details h3 a {
    color: #dddddd;
}
.recent-projects-s3 .grid .details h3 a:hover {
    color: #f6c606;
}
.recent-projects-s3 .grid .details p {
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #f6c606;
    margin: 0;
    text-transform: uppercase;
}
.recent-projects-s3 .view-all {
    text-align: center;
    margin-top: 50px;
}
.recent-projects-s3 .view-all a {
    font-weight: 500;
    color: #f6c606;
    text-transform: uppercase;
}
.recent-projects-s3 .view-all a i {
    display: inline-block;
    padding: 0 0 0 3px;
    position: relative;
    top: 2px;
}
.recent-projects-s3 .view-all a:hover {
    color: #0a172b;
}

/*--------------------------------------------------------------
#1.3  contact-section
--------------------------------------------------------------*/
.contact-section {
    background: #f8f8f8 url("../images/add/contact-bg.jpg") no-repeat scroll center/cover;
    /*** contact-form-area ***/
}
.contact-section .details ul {
    list-style: none;
    margin-top: 50px;
}
.contact-section .details ul li {
    width: 25%;
    float: left;
    position: relative;
    padding-left: 75px;
    padding-top: 10px;
    margin-bottom: 45px;
}
@media (max-width: 991px) {
    .contact-section .details ul li {
        width: 50%;
        padding-top: 5px;
    }
}
@media (max-width: 767px) {
    .contact-section .details ul li {
        width: 50%;
        padding-top: 5px;
    }
}
.contact-section .details ul h5 {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: normal;
    color: #484848;
    margin: 0 0 0.38em;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .contact-section .details ul h5 {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}
.contact-section .details ul span {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: normal;
    color: #8f9aa7;
}
@media (max-width: 767px) {
    .contact-section .details ul span {
        font-size: 13px;
        font-size: 0.86667rem;
    }
}
@media (max-width: 400px) {
    .contact-section .details ul span {
        font-size: 11px;
        font-size: 0.73333rem;
    }
}
.contact-section .details ul > li:nth-child(3n) {
    margin-left: 0;
}
@media (max-width: 991px) {
    .contact-section .details {
        display: none;
    }
}
.contact-section .details .icon {
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #f7f4f4;
    border-radius: 50%;
    background: #0a172b;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .contact-section .details .icon {
        width: 50px;
        height: 50px;
        line-height: 60px;
    }
}
.contact-section .details .icon i {
    font-size: 25px;
    font-size: 1.66667rem;
    color: #f6c606;
}
@media (max-width: 767px) {
    .contact-section .details .icon i {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}
.contact-section .contact-form-area {
    position: relative;
}
@media (max-width: 991px) {
    .contact-section .contact-form-area {
        margin-bottom: 30px;
    }
}
.contact-section .contact-form-area .contact-form-holder {
    background-color: rgba(255, 255, 255, 0.97);
    padding: 35px 45px 40px;
    border: 1px solid #eaeaea;
    left: 45px;
    top: calc(50% - 243px);
}
@media (max-width: 1199px) {
    .contact-section .contact-form-area .contact-form-holder {
        left: 0;
    }
}
@media (max-width: 767px) {
    .contact-section .contact-form-area .contact-form-holder {
        width: 100%;
        position: static;
        padding: 25px;
        margin-top: 30px;
    }
}
.contact-section .contact-form-area form > div {
    margin-bottom: 25px;
}
.contact-section .contact-form-area form > div:last-child {
    margin-bottom: 0;
}
.contact-section .contact-form-area form input,
.contact-section .contact-form-area form textarea {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    background: transparent;
    height: 50px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-section .contact-form-area form input:focus,
.contact-section .contact-form-area form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 767px) {
    .contact-section .contact-form-area form input,
    .contact-section .contact-form-area form textarea {
        font-size: 15px;
        font-size: calc(15);
    }
}
.contact-section .contact-form-area form textarea {
    height: 100px;
}
.contact-section .contact-form-area form .submit-btn-wrapper {
    margin-bottom: 0;
}
.contact-section .contact-form-area form::-webkit-input-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}
.contact-section .contact-form-area form:-moz-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}
.contact-section .contact-form-area form::-moz-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}
.contact-section .contact-form-area form:-ms-input-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}
.contact-section .contact-form-area form::-webkit-input-placeholder {
    text-transform: uppercase;
}
.contact-section .contact-form-area form:-moz-placeholder {
    text-transform: uppercase;
}
.contact-section .contact-form-area form::-moz-placeholder {
    text-transform: uppercase;
}
.contact-section .contact-form-area form:-ms-input-placeholder {
    text-transform: uppercase;
}

/*--------------------------------------------------------------
#5.2  contact-map-section
--------------------------------------------------------------*/
.contact-map-section {
    padding-top: 0;
}
.contact-map {
    width: 100%;
    height: 450px;
}
@media (max-width: 767px) {
    .contact-map-section .contact-map {
        height: 350px;
    }
}
iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

/*--------------------------------------------------------------
#4.2  about-pg-history
--------------------------------------------------------------*/
.about-pg-history {
    border-top: 1px solid #e6e6e6;
    padding-bottom: 30px;
}
.about-pg-history .section-title,
.about-pg-history .section-title-s4 {
    padding-left: 0;
}
.about-pg-history .history-grids .grid {
    width: calc(50% - 70px);
    float: left;
    padding: 0 0 0 50px;
    margin-bottom: 80px;
    position: relative;
}
@media (max-width: 991px) {
    .about-pg-history .history-grids .grid {
        width: calc(50% - 10px);
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .about-pg-history .history-grids .grid {
        width: 100%;
        margin-bottom: 50px;
    }
}
.about-pg-history .history-grids .grid:nth-child(odd) {
    width: calc(50% + 70px);
    padding-right: 150px;
}
@media (max-width: 991px) {
    .about-pg-history .history-grids .grid:nth-child(odd) {
        width: calc(50% + 10px);
        padding-right: 35px;
    }
}
@media (max-width: 767px) {
    .about-pg-history .history-grids .grid:nth-child(odd) {
        width: 100%;
    }
}
.about-pg-history .history-grids .date {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    color: #f6c606;
}
.about-pg-history .history-grids .grid h3 {
    font-size: 18px;
    font-size: calc(18);
    margin: 0.5em 0 1em;
    position: relative;
    text-transform: uppercase;
}
.about-pg-history .history-grids .grid h3:before {
    content: "";
    background-color: #f6c606;
    width: 2px;
    height: 50px;
    position: absolute;
    left: -32px;
    top: -30px;
}

/*--------------------------------------------------------------
#10.1 blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section .post {
    position: relative;
}
.blog-pg-section .blog-content > .post + .post {
    margin-top: 80px;
}
@media (max-width: 991px) {
    .blog-pg-section .blog-content > .post + .post {
        margin-top: 70px;
    }
}
@media (max-width: 767px) {
    .blog-pg-section .blog-content > .post + .post {
        margin-top: 60px;
    }
}
.blog-pg-section .post .entry-media {
    margin-bottom: 35px;
}
.post-mr-bo {
    margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
    .blog-pg-section .entry-body {
        background-color: #fff;
        margin: -80px auto 0;
        padding: 45px 40px;
        position: relative;
        z-index: 10;
		border:#ccc solid 1px;
    }
}
.blog-pg-section .post h3 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: normal;
    line-height: 1.4em;
    margin: 1em 0;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .blog-pg-section .post h3 {
        font-size: 24px;
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
    .blog-pg-section .post h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}
.blog-pg-section .post h3 a {
    color: #f6c606;
    display: inline-block;
}
.blog-pg-section .post h3 a:hover {
    color: #fe5a0e;
}
.blog-pg-section .post .meta {
    list-style: none;
    overflow: hidden;
}
.blog-pg-section .post .meta li {
    float: left;
    color: #868686;
    position: relative;
    margin-right: 25px;
}
@media (max-width: 767px) {
    .blog-pg-section .post .meta li {
        font-size: 12px;
        font-size: 0.8rem;
        margin-right: 20px;
        margin-bottom: 5px;
    }
}
.blog-pg-section .post .meta > li:last-child {
    float: left;
}
.blog-pg-section .post .meta a,
.blog-pg-section .post .meta i {
    color: #868686;
    font-weight: normal;
}
.blog-pg-section .post .meta i {
    display: inline-block;
    padding-right: 5px;
}
.blog-pg-section .post .meta a:hover {
    color: #f6c606;
}
.blog-pg-section .entry-details {
    margin-top: 25px;
}
@media (max-width: 991px) {
    .blog-pg-section .entry-details {
        margin-top: 20px;
    }
}
.blog-pg-section .entry-details p {
    margin: 0 0 1.5em;
	text-align:justify;
}
.blog-pg-section .entry-details .read-more {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    color: #f6c606;
    text-transform: uppercase;
    letter-spacing: 3px;
}
@media (max-width: 991px) {
    .blog-pg-section .entry-details .read-more {
        font-size: 15px;
        font-size: 1rem;
    }
}
.blog-pg-section .post-slider {
    position: relative;
}
.blog-pg-section .post-slider .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-pg-section .post-slider .owl-controls .owl-nav [class*=owl-] {
    background: rgba(249, 191, 38, 0.72);
    width: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev,
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
    right: 0;
}
.blog-pg-section .video-post .video-holder {
    position: relative;
    text-align: center;
}
.blog-pg-section .video-post .video-holder:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-pg-section .video-post .video-holder:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.blog-pg-section .video-post .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-pg-section .video-post .video-holder .fi {
    padding-left: 8px;
}
.blog-pg-section .video-post .video-holder .fi:before {
    font-size: 50px;
    color: #f6c606;
}
@media (max-width: 767px) {
    .blog-pg-section .video-post .video-holder .fi:before {
        font-size: 40px;
    }
}
.blog-pg-section .quote-post {
    background-color: #fff;
    padding: 45px;
    border: 1px solid #eee;
}
@media (max-width: 767px) {
    .blog-pg-section .quote-post {
        padding: 35px 25px;
    }
}
.blog-pg-section .quote-post .quote-icon {
    background-color: #f6c606;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-pg-section .quote-post .quote-icon i {
    font-size: 35px;
    font-size: 2.33333rem;
    color: #fff;
}

/*--------------------------------------------------------------
#6.1  service-single-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .service-single-section .service-single-content {
        padding-left: 20px;
    }
}
.service-single-section .service-single-content .service-pic {
    margin-bottom: 50px;
}
.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s3,
.service-single-section .service-single-content .theme-btn-s4 {
    margin-top: 20px;
}
.service-single-section .service-single-content h2 {
    font-size: 36px;
    font-size: 2.4rem;
    font-weight: normal;
    margin: 1em 0;
}
@media (max-width: 991px) {
    .service-single-section .service-single-content h2 {
        font-size: 33px;
        font-size: 2.2rem;
    }
}
@media (max-width: 767px) {
    .service-single-section .service-single-content h2 {
        font-size: 30px;
        font-size: 2rem;
    }
}
.service-single-section .service-single-content h3 {
    font-size: 26px;
    font-size: 1.73333rem;
    font-weight: normal;
    margin: 1.2em 0;
}
@media (max-width: 767px) {
    .service-single-section .service-single-content h3 {
        font-size: 24px;
        font-size: 1.6rem;
    }
}
.service-single-section .service-single-content p {
    margin-bottom: 1.3em;
}
.service-single-section .service-single-content ul {
    list-style: none;
    font-size: 16px;
    font-size: 1.06667rem;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .service-single-section .service-single-content ul {
        font-size: 15px;
        font-size: 1rem;
    }
}
.service-single-section .service-single-content ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1.7em;
    color: #848383;
}
.service-single-section .service-single-content ul > li + li {
    margin-top: 12px;
}
.service-single-section .service-single-content ul li i {
    display: inline-block;
    color: #f6c606;
    position: absolute;
    left: 0;
    top: 5px;
}
@media screen and (min-width: 1200px) {
    .service-single-section .service-details-content {
        background: #fff;
        padding: 68px 55px 75px;
        margin: -100px auto 0;
        position: relative;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    }
    
    .service-single-section .service-details-content > h2 {
        margin-top: 0;
    }
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/
.site-footer {
    background-color:#FFF;
    position: relative;
	border-top:#f1f1f1 solid 1px;
    /*** about-widget ***/
    /*** link-widget ***/
    /*** contact-widget ***/
    /*** newsletter-widget ***/
    /*** lower-footer ***/
}

.site-footer ul {
    list-style: none;
}
.site-footer p,
.site-footer li {
    color: #b6b6b6;font-style: normal;
  font-weight: 300;
}
.site-footer .upper-footer {
    padding: 90px 0;
}
@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 90px 0 20px;
    }
}
@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 80px 0 10px;
    }
}
@media (max-width: 991px) {
    .site-footer .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}
.site-footer .widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .site-footer .widget-title {
        margin-bottom: 20px;
    }
}
.site-footer .widget-title h3 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding-bottom: 0.4em;
    text-transform: capitalize;
    position: relative;
}
.site-footer .widget-title h3:before {
    position: absolute;
    left: 0px;
    top: 35px;
    content: '';
    width: 35px;
    height: 5px;
    background-color: #f6c606;
}
.site-footer .about-widget .logo {
    max-width: 180px;
}
.site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}
.site-footer .about-widget p:last-child {
    margin-bottom: 0;
}
.site-footer .link-widget {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .site-footer .link-widget {
        padding-left: 20px;
    }
}
@media (max-width: 1199px) {
    .site-footer .link-widget {
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .site-footer .link-widget {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .site-footer .link-widget {
        max-width: 350px;
    }
}
.site-footer .link-widget ul {
    width: 50%;
    float: left;
}
.site-footer .link-widget ul li {
    position: relative;
}
.site-footer .link-widget ul a {
    color: #b6b6b6;
    font-style: normal;
  font-weight: 300;
}
.site-footer .link-widget ul a:hover,
.site-footer .service-link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
    color: #f6c606;
}
.site-footer .link-widget ul > li + li {
    margin-top: 15px;
}
@media screen and (min-width: 1200px) {
    .site-footer .contact-widget {
        padding-left: 25px;
    }
}
.site-footer .contact-widget ul li {
    position: relative;
}
.site-footer .service-link-widget ul a {
    color: #b6b6b6;
    font-style: normal;
  font-weight: 300;
}
.site-footer .contact-widget ul > li + li {
    margin-top: 15px;
}
.site-footer .newsletter-widget form {
    margin-top: 25px;
    position: relative;
}
.site-footer .newsletter-widget form input {
    background-color: #006a94;
    height: 50px;
    color: #fff;
    padding: 6px 20px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.2784313725490196);
}
.site-footer .newsletter-widget form .submit {
    position: absolute;
    right: 20px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-footer .newsletter-widget form .submit button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    color: #f6c606;
    margin-top: -2px;
    position: relative;
    right: -5px;
}
.site-footer .lower-footer {
    text-align: center;
    position: relative;
    background: #fbfbfb;
}
.site-footer .lower-footer .row {
    padding: 20px 0;
    position: relative;
}
.site-footer .lower-footer .row .separator {
    background: rgba(255, 255, 255, 0.05);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}
.site-footer .lower-footer .copyright {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}
@media (max-width: 991px) {
    .site-footer .lower-footer .copyright {
        float: none;
        display: block;
        margin: 0 0 20px;
    }
}
.site-footer .lower-footer .social-icons {
    display: inline-block;
    float: left;
    overflow: hidden;
}
@media (max-width: 991px) {
    .site-footer .lower-footer .social-icons {
        float: none;
        display: block;
        text-align: center;
    }
}
.site-footer .lower-footer .social-icons ul {
    overflow: hidden;
    list-style: none;
}
@media (max-width: 991px) {
    .site-footer .lower-footer .social-icons ul {
        display: inline-block;
    }
}
.site-footer .lower-footer .social-icons ul li {
    float: left;
}
.site-footer .lower-footer .social-icons ul > li + li {
    margin-left: 15px;
}
.site-footer .lower-footer .social-icons ul a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #b6b6b6;
}
.site-footer .lower-footer .social-icons ul a:hover {
    color: #f6c606;
}
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}
.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background: #f7ba00;
    -webkit-box-shadow: 0 2px 15px rgba(125, 125, 125, 0.1);
    box-shadow: 0 2px 15px rgba(125, 125, 125, 0.1);
}

/*--------------------------------------------------------------
#1.2  partners-section
--------------------------------------------------------------*/
.partners-section {
    padding: 50px;
    background: #f7f7f7;
}
@media (max-width: 991px) {
    .partners-section {
        padding: 40px;
    }
}
.partners-section .grid img {
  border: 1px solid #eee;
}
/*--------------------------------------------------------------
  #home style 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#2.1  about-section-s2
--------------------------------------------------------------*/
.about-section-s2 .img-holder {
    float: right;
}
@media (max-width: 767px) {
    .about-section-s2 .img-holder {
        display: none;
    }
}
.about-section-s2 .about-details {
    background: #fff;
    max-width: 670px;
    border: 1px solid #e7e4e4;
    padding: 70px 55px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .about-section-s2 .about-details {
        padding: 60px 45px;
    }
}
@media (max-width: 767px) {
    .about-section-s2 .about-details {
        background-color: transparent;
        padding: 0;
        border: 0;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.about-section-s2 .about-details p {
    margin-bottom: 1.2em;
}
.about-section-s2 .about-details .theme-btn-s2 {
    margin-top: 20px;
}

/*--------------------------------------------------------------
#2.2  recent-projects-s2
--------------------------------------------------------------*
.recent-projects-s2 {
  background-color: #f8f8f8;
}

.recent-projects-s2 .projects-grids .grid {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .recent-projects-s2 .projects-grids .grid {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .recent-projects-s2 .projects-grids .grid {
    margin-bottom: 60px;
  }
}

.recent-projects-s2 .grid {
  overflow: hidden;
  position: relative;
}

.recent-projects-s2 .grid .project-pic {
  width: 670px;
  float: left;
}

@media (max-width: 1199px) {
  .recent-projects-s2 .grid .project-pic {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .recent-projects-s2 .grid .project-pic {
    width: auto;
    float: none;
  }
}

.recent-projects-s2 .grid .details {
  background-color: #fff;
  width: calc(100% - 670px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .recent-projects-s2 .grid .details {
    width: calc(100% - 500px);
  }
}

@media (max-width: 991px) {
  .recent-projects-s2 .grid .details {
    width: auto;
    float: none;
    position: static;
  }
}

.recent-projects-s2 .right-text .details {
  left: 0;
  right: auto;
  text-align: right;
}

@media (max-width: 991px) {
  .recent-projects-s2 .right-text .details {
    text-align: left;
  }
}

.recent-projects-s2 .right-text .project-pic {
  float: right;
}

.recent-projects-s2 .grid .details .inner {
  padding: 0 50px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .recent-projects-s2 .grid .details .inner {
    padding: 40px 50px 50px;
    position: static;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -transform: none;
  }
}

@media (max-width: 767px) {
  .recent-projects-s2 .grid .details .inner {
    padding: 30px 25px 40px;
  }
}

.recent-projects-s2 .count {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-size: 4.8rem;
  color: #efefef;
  position: relative;
}

.recent-projects-s2 .count:before {
  content: "";
  background-color: #f6c606;
  width: 80px;
  height: 4px;
  position: absolute;
  left: -92px;
  bottom: 20px;
}

@media (max-width: 991px) {
  .recent-projects-s2 .count:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .recent-projects-s2 .count {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

.recent-projects-s2 .right-text .count:before {
  left: auto;
  right: -92px;
  bottom: 20px;
}

.recent-projects-s2 .grid .details h4 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 1em 0 1.45em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .recent-projects-s2 .grid .details h4 {
    margin: 0.5em 0 0.6em;
  }
}

@media (max-width: 767px) {
  .recent-projects-s2 .grid .details h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.recent-projects-s2 .grid .details p {
  margin-bottom: 2.5em;
}

@media (max-width: 1199px) {
  .recent-projects-s2 .grid .details p {
    margin-bottom: 1.5em;
  }
}

.recent-projects-s2 .view-all {
  line-height: 0.5em;
  text-align: center;
}

.recent-projects-s2 .view-all a {
  font-weight: 500;
  color: #f6c606;
  text-transform: uppercase;
}

.recent-projects-s2 .view-all a i {
  display: inline-block;
  padding: 0 0 0 3px;
  position: relative;
  top: 2px;
}

.recent-projects-s2 .view-all a:hover {
  color: #0a172b;
}

/*--------------------------------------------------------------
  #home style 3
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#3.1  about-section-s3
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .about-section-s3 .section-title,
    .about-section-s3 .section-title-s4 {
        margin-top: 45px;
    }
}

/*--------------------------------------------------------------
#3.2  services-section-s2
--------------------------------------------------------------*/
.services-section-s2 {
    background: url("../images/service-section-bg-s2.jpg") center center/cover no-repeat local;
    position: relative;
    border-top: 1px solid #f1efef;
}
.services-section-s2:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.97);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*--------------------------------------------------------------
#1.0 .recent-blog-section
--------------------------------------------------------------*/
.recent-blog-section .recent-cases-thumbs-outer {
    overflow: hidden;
}
.recent-blog-section .recent-cases-thumbs-outer .recent-case-thumb {
   position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 500px) {
    .recent-blog-section .recent-cases-thumbs-outer .recent-case-thumb {
        width: 100%;
        float: none;
    }
}
.recent-blog-section .recent-case-thumb .overlay-text {
    background: rgb(254, 90, 14);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    left: -30%;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.recent-blog-section .active-thumb .overlay-text {
    opacity: 1;
    visibility: visible;
    left: 6px;
}
.recent-blog-section .overlay-text .text-inner {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.recent-blog-section .overlay-text .text-inner .cat {
    font-size: 14px;
    font-weight: normal;
    color: #c1b696;
    text-transform: uppercase;
    margin: 0;
}
.recent-blog-section .overlay-text .text-inner h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
}
@media (max-width: 767px) {
    .recent-blog-section .overlay-text .text-inner h3 {
        font-size: 18px;
    }
}
.recent-blog-section .recent-cases-content-outer {
    border: 1px solid #cfcdd2;
    padding: 10px;
}
@media (max-width: 1199px) {
    .recent-blog-section .recent-cases-content-outer {
        padding: 0;
        border: 0;
    }
}
@media (max-width: 991px) {
    .recent-blog-section .recent-cases-content-outer {
        border: 8px solid rgb(56, 62, 142);
        padding: 30px 25px;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .recent-blog-section .recent-cases-content-outer {
        border: 0;
        padding: 0;
        margin-top: 50px;
    }
}
.recent-blog-section .recent-cases-content-outer .recent-case-data {
    display: none;
}
.recent-blog-section .recent-cases-content-outer .active-case-data {
    display: block;
}
.recent-blog-section .recent-cases-content-outer .date {
    background-color: #383e8e;
    width: 120px;
    height: 50px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 35px;
    float: right;
    position: absolute;
    right: 15px;
    top: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .recent-blog-section .recent-cases-content-outer .date {
        display: none;
    }
}

/*--------------------------------------------------------------
#3.4  testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2 {
    background: url("../images/testimonials-bg.png") center center/auto repeat local;
}
.testimonials-section-s2 .testimonials-grids .grid {
    background-color: #fff;
    padding: 45px 50px;
    border: 1px solid #f3f3f3;
    position: relative;
}
.testimonials-section-s2 .testimonials-grids .grid:before {
    content: "\e67e";
    font-family: "themify";
    font-size: 80px;
    font-size: 5.33333rem;
    color: rgba(206, 224, 2, 0.25);
    position: absolute;
    right: 50px;
    bottom: 30px;
}
@media (max-width: 500px) {
    .testimonials-section-s2 .testimonials-grids .grid:before {
        display: none;
    }
}
@media (max-width: 767px) {
    .testimonials-section-s2 .testimonials-grids .grid {
        padding: 25px;
    }
}
.testimonials-section-s2 .client-info {
    min-height: 90px;
    padding-left: 120px;
    margin-top: 25px;
    position: relative;
}
@media (max-width: 767px) {
    .testimonials-section-s2 .client-info {
        padding-left: 100px;
    }
}
.testimonials-section-s2 .client-info .img-holder {
    position: absolute;
    left: 0;
}
@media (max-width: 767px) {
    .testimonials-section-s2 .client-info .img-holder {
        max-width: 80px;
    }
}
.testimonials-section-s2 .client-info .img-holder img {
    border-radius: 50%;
}
.testimonials-section-s2 .client-details {
    padding-top: 15px;
}
.testimonials-section-s2 .client-details h4 {
    font-size: 18px;
    font-size: 1.2rem;
    color: #7b7a7a;
    font-weight: normal;
    margin: 0 0 0.3em;
}
.testimonials-section-s2 .client-details p {
    font-size: 13px;
    font-size: 0.86667rem;
    margin: 0;
}
.testimonials-section-s2 .owl-controls {
    font-family: "Oswald", sans-serif;
    margin-top: 50px;
}
.testimonials-section-s2 .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
    padding: 0;
    color: #b9b9b9;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.testimonials-section-s2 .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #f6c606;
}

/*--------------------------------------------------------------
  #about page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#4.1  about-pg-section
--------------------------------------------------------------*/
.about-pg-section {
    padding-bottom: 75px;
}
@media (max-width: 991px) {
    .about-pg-section {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .about-pg-section {
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 1200px) {
    .about-pg-section .about-text {
        padding-top: 45px;
    }
}
.about-pg-section .about-text h2 {
    font-size: 36px;
    font-size: 2.4rem;
    line-height: 1.2em;
    margin: -0.27em 0 0.8em;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .about-pg-section .about-text h2 {
        font-size: 30px;
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .about-pg-section .about-text h2 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}
.about-pg-section .about-text .info {
    margin-top: 35px;
}
.about-pg-section .about-text .info img {
    display: block;
    margin-bottom: 15px;
}
.about-pg-section .about-text .info h4 {
    margin: 0 0 0.7em;
}
.about-pg-section .about-text .info h4 + span {
    color: #f6c606;
}
.about-pg-section .video-holder {
    margin-left: 10px;
    position: relative;
}
@media screen and (min-width: 1200px) {
    .about-pg-section .video-holder {
        margin-left: 100px;
    }
}
@media (max-width: 991px) {
    .about-pg-section .video-holder {
        max-width: 570px;
        margin: 60px 0 0;
    }
}
.about-pg-section .video-holder .fi:before {
    font-size: 70px;
    font-size: 4.66667rem;
    color: #f6c606;
}
@media (max-width: 767px) {
    .about-pg-section .video-holder .fi:before {
        font-size: 50px;
        font-size: 3.33333rem;
    }
}
.about-pg-section .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-pg-section .mission-vission {
    margin-top: 93px;
}
@media (max-width: 991px) {
    .about-pg-section .mission-vission {
        margin-top: 73px;
    }
}
@media (max-width: 767px) {
    .about-pg-section .mission-vission {
        margin-top: 63px;
    }
}
@media (max-width: 991px) {
    .about-pg-section .mission-vission > .col + .col {
        margin-top: 40px;
    }
}
.about-pg-section .mission-vission h3 {
    font-size: 30px;
    font-size: 2rem;
    margin: -0.17em 0 0.6em;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .about-pg-section .mission-vission h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}
@media (max-width: 767px) {
    .about-pg-section .mission-vission h3 {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

/*--------------------------------------------------------------
  #contact page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  #service single page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  #project single page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.1  project-single-section
--------------------------------------------------------------*/
.project-single-section .project-single-info {
    position: relative;
}
.project-single-section .content h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: normal;
    margin: 1.2em 0;
}
@media (max-width: 991px) {
    .project-single-section .content h2 {
        font-size: 26px;
        font-size: 1.73333rem;
    }
}
.project-single-section .content h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 1.2em 0;
}
.project-single-section .content p {
    margin-bottom: 1.5em;
    line-height: 2em;
}
.project-single-section .content ul {
    list-style: none;
    padding-top: 10px;
}
.project-single-section .content ul > li + li {
    margin-top: 15px;
}
.project-single-section .content ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1.7em;
}
.project-single-section .content ul li i {
    color: #f6c606;
    position: absolute;
    left: 0;
    top: 5px;
}
.project-single-section .project-pic {
    max-width: 750px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .project-single-section .overview {
        margin-top: 50px;
    }
}
.project-single-section .project-info {
    width: 500px;
    background-color: #fff;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 66.96px 5.04px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 66.96px 5.04px rgba(0, 0, 0, 0.08);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
@media (max-width: 1199px) {
    .project-single-section .project-info {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .project-single-section .project-info {
        width: 100%;
        margin-top: 70px;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.project-single-section .project-info h3 {
    font-size: 26px;
    font-size: 1.73333rem;
    font-weight: normal;
    line-height: 1.38em;
    margin: 0 0 1.3em;
}
.project-single-section .project-info ul {
    list-style: none;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
}
.project-single-section .project-info ul li {
    padding-left: 0;
    line-height: 1.7em;
    color: #8f9aa7;
}
@media (max-width: 1199px) {
    .project-single-section .project-info ul li {
        font-size: 14px;
        font-size: 0.93333rem;
        line-height: 1.64em;
    }
}
.project-single-section .project-info ul > li + li {
    margin-top: 15px;
}
.project-single-section .project-info ul li span {
    color: #f6c606;
}
.project-single-section .prev-next {
    max-height: 45px;
    text-align: center;
    margin-top: 60px;
}
.project-single-section .prev-next ul {
    list-style: none;
    overflow: hidden;
    display: inline-block;
}
.project-single-section .prev-next ul li {
    display: inline-block;
}
.project-single-section .prev-next ul a {
    background-color: #f6c606;
    display: block;
    padding: 12px 25px 12px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.project-single-section .prev-next ul a i {
    display: inline-block;
    padding: 0 5px;
}
.project-single-section .prev-next ul a:hover {
    background-color: #0a172b;
}
.project-single-section .prev-next ul li:last-child a {
    padding: 12px 15px 12px 25px;
}
.project-single-section .owl-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}
.project-single-section .owl-controls .owl-nav [class*=owl-] {
    background: rgba(250, 206, 90, 0.3);
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.project-single-section .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #f6c606;
}
.project-single-section .owl-controls .owl-nav .owl-next {
    border-left: 1px solid rgba(206, 224, 2, 0.2);
}

/*--------------------------------------------------------------
  #shop page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.1  shop-section
--------------------------------------------------------------*/
.shop-section .shop-grids {
    margin: 0 -10px;
}
.shop-section .shop-grids .grid {
    width: calc(33.33% - 20px);
    float: left;
    margin: 0 10px 25px;
}
@media (max-width: 767px) {
    .shop-section .shop-grids .grid {
        width: calc(50% - 20px);
    }
}
@media (max-width: 550px) {
    .shop-section .shop-grids .grid {
        width: calc(100% - 20px);
        float: none;
    }
}
.shop-section .img-addtocart {
    position: relative;
}
.shop-section .img-addtocart ul {
    list-style: none;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.shop-section .img-addtocart ul li {
    float: left;
}
.shop-section .img-addtocart ul > li + li {
    margin-left: 5px;
}
.shop-section .img-addtocart ul a {
    background-color: #f6c606;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #fff;
    border-radius: 50%;
    display: block;
}
.shop-section .shop-grids .grid:hover .img-addtocart ul {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}
.shop-section .grid .details {
    text-align: center;
    padding: 25px 15px;
    -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
}
.shop-section .grid .details h4 {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 0.3em;
}
@media (max-width: 991px) {
    .shop-section .grid .details h4 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}
.shop-section .grid .details h4 a {
    color: #0a172b;
}
.shop-section .grid .details h4 a:hover {
    color: #f6c606;
}
.shop-section .grid .details .price {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #f6c606;
}
@media (max-width: 991px) {
    .shop-section .grid .details .price {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

/*--------------------------------------------------------------
  #shop details page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#9.1  shop-details-section
--------------------------------------------------------------*/
.shop-details-section {
    /*** product slider ***/
    /*** product info ***/
}
.shop-details-section .shop-single-slider .slider-for {
    text-align: center;
}
.shop-details-section .shop-single-slider .slider-for img {
    display: inline-block;
}
.shop-details-section .shop-single-slider .slider-nav {
    padding: 0 25px;
    margin-top: 35px;
}
.shop-details-section .shop-single-slider .slider-nav > i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
.shop-details-section .shop-single-slider .slider-nav > i:hover {
    cursor: pointer;
}
.shop-details-section .shop-single-slider .slider-nav .nav-btn-rt {
    left: auto;
    right: 0;
}
.shop-details-section .shop-single-slider .slider-nav .slick-slide {
    text-align: center;
}
.shop-details-section .shop-single-slider .slider-nav .slick-slide img {
    display: inline-block;
}
.shop-details-section .product-details {
    padding: 30px 30px 93px;
    /*** product option ***/
}
@media (max-width: 1199px) {
    .shop-details-section .product-details {
        padding: 40px 30px 85px;
    }
}
@media (max-width: 991px) {
    .shop-details-section .product-details {
        margin-top: 45px;
        padding: 40px 30px;
    }
}
@media (max-width: 767px) {
    .shop-details-section .product-details {
        padding: 0;
    }
}
.shop-details-section .product-details h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    line-height: 1.4em;
    margin: 0 0 0.33em;
}
@media (max-width: 767px) {
    .shop-details-section .product-details h2 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}
.shop-details-section .product-details .price {
    font-size: 36px;
    font-size: 2.4rem;
    color: #f6c606;
    margin: 7px 0 14px;
}
@media (max-width: 991px) {
    .shop-details-section .product-details .price {
        font-size: 30px;
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .shop-details-section .product-details .price {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}
.shop-details-section .product-details .price .old {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #c8ced4;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
}
@media (max-width: 991px) {
    .shop-details-section .product-details .price .old {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}
@media (max-width: 767px) {
    .shop-details-section .product-details .price .old {
        font-size: 18px;
        font-size: 1.2rem;
    }
}
.shop-details-section .product-details p {
    margin-bottom: 1.3em;
}
.shop-details-section .product-details p:last-child {
    margin: 0;
}
.shop-details-section .product-details .product-option {
    margin-top: 45px;
}
.shop-details-section .product-details .product-option .product-row {
    overflow: hidden;
}
.shop-details-section .product-details .product-option .product-row > div {
    height: 35px;
    display: inline-block;
    float: left;
}
.shop-details-section .product-details .product-option .product-row > div + div {
    margin-left: 15px;
}
.shop-details-section .product-details .product-option .product-row > div:first-child {
    width: 85px;
}
.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn:hover,
.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s3:hover,
.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s4:hover {
    background: #f6c606;
    border-color: #f6c606;
    color: #fff;
}
.shop-details-section .product-details .product-option .theme-btn,
.shop-details-section .product-details .product-option .theme-btn-s3,
.shop-details-section .product-details .product-option .theme-btn-s4 {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 0 20px;
    height: 35px;
    line-height: 32px;
    outline: 0;
}
.shop-details-section .product-details .product-option .theme-btn:hover,
.shop-details-section .product-details .product-option .theme-btn-s3:hover,
.shop-details-section .product-details .product-option .theme-btn-s4:hover {
    background-color: #f6c606;
    color: #fff;
}
@media (max-width: 767px) {
    .shop-details-section .product-details .product-option .theme-btn,
    .shop-details-section .product-details .product-option .theme-btn-s3,
    .shop-details-section .product-details .product-option .theme-btn-s4 {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}
.shop-details-section .product-details .product-option .theme-btn:before,
.shop-details-section .product-details .product-option .theme-btn-s3:before,
.shop-details-section .product-details .product-option .theme-btn-s4:before {
    display: none;
}
.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn,
.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s3,
.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s4 {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.2rem;
    color: #8f9aa7;
    border: 1px solid #e6e6e6;
}
.shop-details-section .product-details #product-count {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}
.shop-details-section .product-details #product-count:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    border-color: #e6e6e6;
}
.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
    background-color: #f6c606;
    color: #fff;
}
.shop-details-section .product-info {
    margin-top: 75px;
    /*** tabs ***/
    /*** client rv ***/
    /*** review form ***/
}
.shop-details-section .product-info h4 {
    font-size: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.7em;
}
.shop-details-section .product-info p {
    margin-bottom: 1.3em;
}
.shop-details-section .product-info .tab-pane p:last-child {
    margin-bottom: 0;
}
.shop-details-section .product-info .nav-tabs {
    border: 0;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .nav-tabs {
        margin-bottom: 20px;
    }
}
.shop-details-section .product-info .nav-tabs li {
    border: 1px solid #eaeaea;
}
.shop-details-section .product-info .nav-tabs li.active a {
    border: 0;
    outline: 0;
}
.shop-details-section .product-info .nav-tabs a {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #8f9aa7;
    border: 0;
    border-radius: 0;
    margin: 0;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .nav-tabs a {
        font-size: 14px;
        font-size: 0.93333rem;
        font-weight: normal;
        padding: 9px 10px;
    }
}
.shop-details-section .product-info .nav-tabs a:hover,
.shop-details-section .product-info .nav-tabs .active a {
    background: #f6c606;
    color: #fff;
}
.shop-details-section .product-info .nav-tabs .active,
.shop-details-section .product-info .nav-tabs li:hover {
    border-color: #f6c606;
}
.shop-details-section .product-info .client-rv {
    overflow: hidden;
    margin-bottom: 30px;
}
.shop-details-section .product-info .client-rv:last-child {
    margin-bottom: 0;
}
.shop-details-section .product-info .client-rv .client-pic {
    width: 60px;
    float: left;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .client-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}
.shop-details-section .product-info .client-rv .details {
    width: calc(100% - 80px);
    float: right;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .details {
        width: 100%;
        float: none;
    }
}
.shop-details-section .product-info .client-rv .name-rating-time {
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .name-rating-time {
        padding-bottom: 3px;
    }
}
.shop-details-section .product-info .client-rv .name-rating-time > div,
.shop-details-section .product-info .client-rv .name-rating > div {
    display: inline-block;
    font-size: 14px;
    font-size: 0.93333rem;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .name-rating-time > div,
    .shop-details-section .product-info .client-rv .name-rating > div {
        font-size: 12px;
        font-size: 0.8rem;
        display: block;
    }
}
.shop-details-section .product-info .client-rv .rating {
    font-size: 12px;
    color: #f6c606;
    padding-left: 12px;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .rating {
        padding-left: 0;
        margin: 4px 0 7px;
    }
}
.shop-details-section .product-info .client-rv .name-rating-time .time {
    float: right;
    color: #b3b3b3;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .name-rating-time .time {
        float: none;
    }
}
.shop-details-section .product-info .client-rv .review-body {
    padding-top: 12px;
}
@media screen and (min-width: 1200px) {
    .shop-details-section .product-info .review-form-wrapper {
        padding-left: 45px;
    }
}
@media (max-width: 991px) {
    .shop-details-section .product-info .review-form {
        margin-top: 45px;
    }
}
.shop-details-section .product-info .review-form h4 {
    margin-bottom: 1.73em;
}
.shop-details-section .product-info .review-form form input,
.shop-details-section .product-info .review-form form textarea {
    border-radius: 0;
}
.shop-details-section .product-info .review-form form input:focus,
.shop-details-section .product-info .review-form form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.shop-details-section .product-info .review-form form textarea {
    height: 130px;
}
.shop-details-section .product-info .review-form form > div {
    margin-bottom: 27px;
}
.shop-details-section .product-info .review-form form > div:last-child {
    margin-bottom: 0;
}
.shop-details-section .product-info .review-form form .rating-wrapper > div {
    display: inline-block;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .review-form form .rating-wrapper > div {
        display: block;
        float: none !important;
    }
}
.shop-details-section .product-info .review-form form .rating-wrapper > div:last-child {
    float: right;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .review-form form .rating-wrapper > div:last-child {
        margin-top: 20px;
    }
}
.shop-details-section .product-info .review-form form .rating a {
    font-size: 14px;
    color: #cccccc;
    display: inline-block;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .shop-details-section .product-info .review-form form .rating a {
        font-size: 12px;
        margin-right: 5px;
    }
}
.shop-details-section .product-info .review-form form .rating a:last-child {
    margin: 0;
}
.shop-details-section .product-info .review-form form .rating a:hover {
    color: #f6c606;
}
.shop-details-section .product-info .review-form form .theme-btn-s4 {
    background-color: transparent;
    color: #908f8f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shop-details-section .product-info .review-form form .theme-btn-s4:hover {
    background-color: #f6c606;
    color: #fff;
}
@media screen and (min-width: 767px) {
    .shop-details-section .product-info .review-form form .theme-btn-s4 {
        font-size: 15px;
        font-size: 1rem;
        padding: 0 20px;
    }
	
}
.shop-details-section .slider-nav .slick-slide:focus {
    outline: none;
}

/*--------------------------------------------------------------
  #blog page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.1 blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}
@media screen and (min-width: 992px) {
    .blog-single-section .blog-content {
        padding-right: 20px;
    }
}
.blog-single-section .post {
    position: relative;
}
.blog-single-section .post .entry-media {
    margin-bottom: 35px;
}
.blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.4em;
    margin: 1em 0;
}
@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 26px;
        font-size: 1.73333rem;
    }
}
@media (max-width: 767px) {
    .blog-single-section .post h2 {
        font-size: 24px;
        font-size: 1.6rem;
    }
}
.blog-single-section .post h3 {
    font-size: 26px;
    font-size: 1.73333rem;
    font-weight: normal;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
    .blog-single-section .post h3 {
        font-size: 24px;
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
    .blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}
.blog-single-section .post .meta {
    list-style: none;
    overflow: hidden;
}
.blog-single-section .post .meta li {
    float: left;
    color: #868686;
    position: relative;
    margin-right: 25px;
}
@media (max-width: 767px) {
    .blog-single-section .post .meta li {
        font-size: 12px;
        font-size: 0.8rem;
        margin-right: 20px;
        margin-bottom: 5px;
    }
}
.blog-single-section .post .meta > li:last-child {
    margin-right: 0;
}
.blog-single-section .post .meta a,
.blog-single-section .post .meta i {
    color: #868686;
    font-weight: normal;
}
.blog-single-section .post .meta i {
    display: inline-block;
    padding-right: 5px;
}
.blog-single-section .post .meta a:hover {
    color: #f6c606;
}
.blog-single-section .entry-details {
    margin-top: 35px;
}
@media (max-width: 991px) {
    .blog-single-section .entry-details {
        margin-top: 20px;
    }
}
.blog-single-section .entry-details p {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.9em;
    margin: 0 0 1.5em;
}
@media (max-width: 991px) {
    .blog-single-section .entry-details p {
        font-size: 15px;
        font-size: 1rem;
    }
}
.blog-single-section .entry-details blockquote {
    background-color: #f8f8f8;
    font-size: 20px;
    font-size: 1.33333rem;
    font-style: italic;
    color: #838383;
    line-height: 1.9em;
    padding: 30px 25px;
    margin: 50px 0;
    border-color: #f6c606;
}
@media (max-width: 767px) {
    .blog-single-section .entry-details blockquote {
        font-size: 18px;
        font-size: 1.2rem;
        padding: 25px 20px;
    }
}
.blog-single-section .tag-share {
    min-height: 59px;
    border-top: 1px solid #ebebf1;
    border-bottom: 1px solid #ebebf1;
    margin: 60px 0 70px;
    overflow: hidden;
}
.blog-single-section .tag-share ul {
    list-style: none;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share {
        border-right: 1px solid #ebebf1;
    }
}
.blog-single-section .tag-share .tag,
.blog-single-section .tag-share .share {
    min-height: 59px;
    line-height: 59px;
    display: inline-block;
    padding-left: 80px;
    position: relative;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .tag,
    .blog-single-section .tag-share .share {
        display: block;
    }
}
.blog-single-section .tag-share .tag > i,
.blog-single-section .tag-share .share > i {
    background: #ebebf1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.blog-single-section .tag-share .tag {
    float: left;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .tag {
        float: none;
    }
}
.blog-single-section .tag-share .tag a {
    font-size: 17px;
    font-size: 1.13333rem;
    color: #848484;
}
.blog-single-section .tag-share .tag a:hover {
    color: #f6c606;
}
.blog-single-section .tag-share .tag ul li {
    padding-right: 5px;
    position: relative;
}
.blog-single-section .tag-share .tag ul li:after {
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0;
}
.blog-single-section .tag-share .tag ul li:last-child:after {
    display: none;
}
.blog-single-section .tag-share .tag ul > li + li {
    margin-left: 10px;
}
.blog-single-section .tag-share .share {
    float: right;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .share {
        float: none;
        border-top: 1px solid #ebebf1;
        margin-top: 1px;
    }
}
.blog-single-section .tag-share .share ul > li + li {
    margin-left: 15px;
}
.blog-single-section .tag-share .share a {
    color: #848484;
}
.blog-single-section .tag-share .share a:hover {
    color: #f6c606;
}
.blog-single-section .tag-share ul {
    overflow: hidden;
}
.blog-single-section .tag-share ul li {
    float: left;
}
.blog-single-section .author-box {
    padding: 45px 50px;
    margin: 70px 0;
    border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}
@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}
.blog-single-section .author-box .author-avatar {
    float: left;
}
@media (max-width: 767px) {
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
}
.blog-single-section .author-box .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}
@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}
.blog-single-section .author-box .author-content p {
    font-size: 16px;
    font-size: 1.06667rem;
    margin-bottom: 20px;
}
.blog-single-section .author-box .author-name {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-size: 1.46667rem;
    display: inline-block;
    margin-bottom: 10px;
    color: #0a172b;
}
@media (max-width: 991px) {
    .blog-single-section .author-box .author-name {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}
.blog-single-section .author-box .social-lnk {
    display: inline-block;
    list-style: none;
}
.blog-single-section .author-box .social-lnk li {
    float: left;
    margin-right: 15px;
}
.blog-single-section .author-box .social-lnk a {
    display: block;
    font-size: 18px;
    font-size: 1.2rem;
    color: #777;
}
.blog-single-section .author-box .social-lnk a:hover {
    color: #f6c606;
}
.blog-single-section .more-posts {
    overflow: hidden;
    border-top: 1px solid #ebebf1;
    border-bottom: 1px solid #ebebf1;
}
@media (max-width: 767px) {
    .blog-single-section .more-posts {
        border-left: 1px solid #ebebf1;
        border-right: 1px solid #ebebf1;
    }
}
.blog-single-section .more-posts > div {
    width: 50%;
    float: left;
}
@media (max-width: 767px) {
    .blog-single-section .more-posts > div {
        width: 100%;
        float: none;
    }
}
.blog-single-section .more-posts > div > a {
    display: inline-block;
}
.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
    font-family: "Oswald", sans-serif;
    padding: 40px 0;
}
@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post,
    .blog-single-section .more-posts .next-post {
        padding: 25px 15px !important;
    }
}
.blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #e8e8e8;
    padding-left: 15px;
    padding-right: 5px;
}
@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #e8e8e8;
    }
}
.blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px;
}
.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
    display: block;
}
.blog-single-section .more-posts .post-control-link {
    color: #a7a7a7;
}
.blog-single-section .more-posts .post-name {
    font-size: 20px;
    font-size: 1.33333rem;
    color: #0a172b;
    margin: 0.5em 0 0;
}
@media (max-width: 991px) {
    .blog-single-section .more-posts .post-name {
        font-size: 18px;
        font-size: 1.2rem;
    }
}
.blog-single-section .more-posts a:hover .post-control-link {
    color: #f6c606;
}
.blog-single-section .comments-area {
    margin-top: 70px;
}
.blog-single-section .comments-area ul,
.blog-single-section .comments-area ol {
    list-style: none;
}
.blog-single-section .comments-area .comments {
    border: 1px solid #ebebf1;
    border-bottom: 0;
}
.blog-single-section .comments-area li > div {
    border-bottom: 1px solid #ebebf1;
    padding: 35px 25px;
}
.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}
.blog-single-section .comments-area ol ul {
    padding-left: 30px;
}
.blog-single-section .comments-area .comments-title {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 1.5em;
}
@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}
.blog-single-section .comments-area li > div {
    position: relative;
}
.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 25px;
}
@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}
.blog-single-section .comments-area .comment-theme img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}
@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}
.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
}
.blog-single-section .comments-area .comments-meta h4 {
    font-size: 18px;
    font-size: 1.2rem;
    color: #6d6d6d;
    margin: 0 0 1em;
}
.blog-single-section .comments-area .comments-meta h4 span {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #949494;
    text-transform: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-size: 1.06667rem;
}
.blog-single-section .comments-area .comment-reply-link {
    background: #f6c606;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}
.blog-single-section .comments-area .comment-reply-link:hover {
    background-color: #0a172b;
}
.blog-single-section .comment-respond {
    margin-top: 70px;
}
.blog-single-section .comment-respond .comment-reply-title {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 1.5em;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f6c606;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}
.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}
.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}
@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
        width: 100%;
        float: none;
    }
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}
@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
        width: 100%;
        float: none;
    }
}
.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #f6c606;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    border-radius: 50px;
    outline: 0;
    text-transform: uppercase;
}
.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #0a172b;
}
@media screen and (min-width: 992px) {
    .blog-single-with-left-sidebar .blog-sidebar {
        padding: 0 20px 0 0;
    }
}

/*--------------------------------------------------------------
  #404 page
----------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.1   error-404-section
----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .error-404-section .content {
        padding-right: 350px;
    }
}
@media (max-width: 767px) {
    .error-404-section .content {
        text-align: center;
    }
}
.error-404-section .content h2 {
    font-size: 100px;
    font-size: 6.66667rem;
    color: #f6c606;
    margin: 0 0 0.2em;
}
@media (max-width: 991px) {
    .error-404-section .content h2 {
        font-size: 80px;
        font-size: 5.33333rem;
    }
}
@media (max-width: 767px) {
    .error-404-section .content h2 {
        font-size: 60px;
        font-size: 4rem;
    }
}
.error-404-section .content h3 {
    font-size: 24px;
    font-size: 1.6rem;
    color: #f6c606;
    margin: 0 0 1.5em;
}
@media (max-width: 991px) {
    .error-404-section .content h3 {
        font-size: 20px;
        font-size: 1.33333rem;
        line-height: 1.3em;
    }
}
@media (max-width: 767px) {
    .error-404-section .content h3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}
.error-404-section .content p {
    font-size: 18px;
    font-size: 1.2rem;
    font-style: italic;
    margin: 0 0 2em;
}
@media (max-width: 991px) {
    .error-404-section .content p {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}
@media (max-width: 767px) {
    .error-404-section .content p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}
.error-404-section .content .icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .error-404-section .content .icon {
        display: none;
    }
}
.error-404-section .content .icon i {
    font-size: 150px;
    font-size: 10rem;
    color: #f6c606;
    opacity: 0.2;
}
.kt-pulse {
    position: relative
}
.kt-pulse .kt-pulse__ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: kt-pulse 3.5s ease-out;
    animation: kt-pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #f6c606;
    top: 0px;
    left: -10px;
}
@media screen\0 {
    .kt-pulse .kt-pulse__ring {
        top: 2px;
        left: 2px
    }
}
.kt-pulse .kt-pulse--brand .kt-pulse__ring {
    border-color: rgba(54, 108, 243, 0.8)
}
.kt-pulse .kt-pulse--light .kt-pulse__ring {
    border-color: #f6c606;
}
.kt-pulse .kt-pulse--dark .kt-pulse__ring {
    border-color: rgba(40, 42, 60, 0.8)
}
.kt-pulse .kt-pulse--primary .kt-pulse__ring {
    border-color: rgba(88, 103, 221, 0.8)
}
.kt-pulse .kt-pulse--success .kt-pulse__ring {
    border-color: rgba(29, 201, 183, 0.8)
}
.kt-pulse .kt-pulse--info .kt-pulse__ring {
    border-color: rgba(85, 120, 235, 0.8)
}
.kt-pulse .kt-pulse--warning .kt-pulse__ring {
    border-color: rgba(255, 184, 34, 0.8)
}
.kt-pulse .kt-pulse--danger .kt-pulse__ring {
    border-color: rgba(253, 57, 122, 0.8)
}
@-webkit-keyframes kt-pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0
    }
    
    60% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0
    }
    
    65% {
        opacity: 1
    }
    
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0
    }
}
@keyframes kt-pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0
    }
    
    60% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0
    }
    
    65% {
        opacity: 1
    }
    
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0
    }
}

/*# sourceMappingURL=style.css.map */

.yellow-color
{
	color:#f7ba00 !important;
}
.yellow-bg-color
{
	background-color:#f7ba00 !important;
}
.green-color
{
	color:#79b47c !important;
}
.green-bg-color
{
	background-color:#79b47c !important;
}
.blue-color
{
	color:#006a94 !important;
}
.blue-bg-color
{
	background-color:#006a94 !important;
}